- calculateEase(IsChart, MeterOptions, MeterDataset) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Calculates the easing based on circumference of the data set element.
- calculateFontSize(Context2dItem, String, double, FontStyle, String) - Method in class org.pepstock.charba.client.colors.tiles.CharacterShape
-
Calculates the font size based on available space of the tile.
- calculateFontSize(Context2dItem, int, String, FontItem) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Calculates the font size based on available space in the square in the doughnut inner radius.
- calculatePointsX(SelectionCleaner) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates X coordinates and items for selection cleaner element by alignment and rendering
- calculatePointsY(SelectionCleaner) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates Y coordinates and items for selection cleaner element by position.
- calculateSelectionCleanerHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates the height of selection cleaner element and sets all values for label and image as well.
Height is composed by:
border width
padding
image height or font size
padding
border width
- calculateSelectionCleanerPositions() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates X and Y coordinates for selection cleaner element and for image and label
- calculateSelectionCleanerWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates the width of selection cleaner element and sets all values for label and image as well.
Width is composed by:
border width
padding
image width or label width or image width plus label width with spacing
padding
border width
- Calendar - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the calendar to manage the dates.
- Calendar(String) - Constructor for enum org.pepstock.charba.client.intl.enums.Calendar
-
Creates with the property value to use in the native object.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyArrayCallback
-
Method of function to be called to provide an array property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyBooleanCallback
-
Method of function to be called to provide a boolean property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyDoubleCallback
-
Method of function to be called to provide a double property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyHandlerCallback
-
Method of function to be called to provide events generated by annotations.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyIntegerCallback
-
Method of function to be called to provide a integer property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyNativeObjectCallback
-
Method of function to be called to provide a native object property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyObjectCallback
-
Method of function to be called to provide a object property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyStringCallback
-
Method of function to be called to provide a string property.
- call() - Method in interface org.pepstock.charba.client.commons.CallbackProxy.Proxy
-
Call method the function proxy implemented in the additional java script source.
- call(double, int, ArrayString) - Method in interface org.pepstock.charba.client.configuration.CategoryTickHandler.ProxyTickCallback
-
Method of function to be called when tick is created.
- call(NativeObject, ArrayObject, Chart) - Method in interface org.pepstock.charba.client.configuration.ConfigurationOptions.ProxyChartEventCallback
-
Method of function to be called when a event on chart is triggered.
- call(Chart, NativeObject) - Method in interface org.pepstock.charba.client.configuration.ConfigurationOptions.ProxyChartResizeCallback
-
Method of function to be called when a resize event on chart is triggered.
- call(NativeObject, NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.configuration.Legend.ProxyLegendEventCallback
-
Method of function to be called when a event on the legend is raised.
- call(NativeObject, Chart) - Method in interface org.pepstock.charba.client.configuration.LegendLabels.ProxyFilterCallback
-
Method of function to be called to filter legend items out of the legend.
- call(Chart) - Method in interface org.pepstock.charba.client.configuration.LegendLabels.ProxyGenerateLabelsCallback
-
Method of function to be called to generate legend items for each thing in the legend.
- call(NativeObject, NativeObject, Chart) - Method in interface org.pepstock.charba.client.configuration.LegendLabels.ProxyItemSortCallback
-
Method of function to be called to allow sorting of legend items.
- call(double, int, ArrayDouble) - Method in interface org.pepstock.charba.client.configuration.LinearTickHandler.ProxyTickCallback
-
Method of function to be called when tick is created.
- call(String, int) - Method in interface org.pepstock.charba.client.configuration.RadialPointLabels.ProxyPointLabelCallback
-
Method of function to be called to transform data labels to point labels.
- call(String, int, ArrayObject) - Method in interface org.pepstock.charba.client.configuration.TimeTickHandler.ProxyTickCallback
-
Method of function to be called when tick is created.
- call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.Tooltips.ProxyExternalCallback
-
Method of function to be called to hook in the the tooltip rendering process so that you can render the tooltip in your own custom way.
- call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.Tooltips.ProxyFilterCallback
-
Method of function to be called to filter tooltip items
- call(NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.configuration.Tooltips.ProxyItemSortCallback
-
Method of function to be called to allow sorting of tooltip items.
- call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyLabelCallback
-
Method of function to be called to manage the label.
- call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyLabelColorCallback
-
Method of function to be called to have label color for the item.
- call(ArrayObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyTooltipsCallback
-
Method of function to be called to invoke a tooltip callback on elements.
- call() - Method in class org.pepstock.charba.client.controllers.NativeFunction
-
Calls a function and sets its this to the provided value.
Arguments can be passed as they are but not implemented here.
- call(ControllerContext) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyDrawCallback
-
Draw the representation of the dataset.
- call(ControllerContext) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyInitializeCallback
-
Initializes the controller.
- call(ControllerContext) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyLinkScalesCallback
-
Ensures that the data set represented by this controller is linked to a scale.
Overridden to helpers.noop in the polar area and doughnut controllers as these chart types using a single scale.
- call(ControllerContext, int, int) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyParseCallback
-
Create the meta data for data set.
- call(ControllerContext, String) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyUpdateCallback
-
Update the elements in response to new data.
- call(Object, NativeObject) - Method in interface org.pepstock.charba.client.datalabels.LabelItem.ProxyFormatterCallback
-
Method of function to be called to provide the value by custom formatter.
- call(BaseNativeEvent) - Method in interface org.pepstock.charba.client.dom.BaseEventTarget.EventListenerCallback
-
A function that is called whenever an event of the specified type occurs.
- call(Chart, NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.plugins.WrapperPlugin.ProxyWithoutReturnValueCallback
-
Called without providing any value.
- call(Chart, NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.plugins.WrapperPlugin.ProxyWithReturnValueCallback
-
Called with return value.
- call(NativeObject, ArrayObject, NativeObject) - Method in interface org.pepstock.charba.client.positioner.Positioner.ProxyPositionerCallback
-
Method of function to be called to invoke a custom positioner for tooltips.
- call(String, Object) - Method in interface org.pepstock.charba.client.utils.JSON.Replacer
-
Method of function to alter the behavior of the stringification process.
- call() - Method in interface org.pepstock.charba.client.utils.Window.AsyncCallback
-
Method of function to be called for setTimeout and setInterval methods.
- call(Object) - Method in interface org.pepstock.charba.client.utils.WindowHelper.OnBeforePrintCallback
-
Method of function to be called on before print.
- callback - Variable in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
- callback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
-
- callback - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
- callbackGradientsContainer - Variable in class org.pepstock.charba.client.data.Dataset
-
- callbackPatternsContainer - Variable in class org.pepstock.charba.client.data.Dataset
-
- CallbackPropertyHandler<T> - Class in org.pepstock.charba.client.commons
-
It is managing property where can set a callback.
It uses a cache in order to be able to use the callback even if defined at default or chart options level, both for chart or plugin options.
- CallbackPropertyHandler(Key) - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Creates the object storing the property key to manage.
- CallbackPropertyHandler.CallbackWrapper<T> - Class in org.pepstock.charba.client.commons
-
Internal class to wrap the java callback instance and its scopes.
This is the value type of the map.
- CallbackPropertyManager - Class in org.pepstock.charba.client.commons
-
It is managing the notification to
CallbackPropertyHandler when some callbacks are defined at chart level.
This is implemented in order to remove unused callbacks from cache.
- CallbackPropertyManager() - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyManager
-
To avoid any instantiation
- CallbackPropertyManager.CallbackPropertyNotifier - Class in org.pepstock.charba.client.commons
-
Internal class to listen when a chart instance will be destroy, in order to notify all
CallbackPropertyHandlers to remove the scope from callbacks.
- CallbackPropertyNotifier() - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyManager.CallbackPropertyNotifier
-
- CallbackProxy<T> - Class in org.pepstock.charba.client.commons
-
This is a native object which wraps a java script object created by
JsHelper.
This object is used to get a proxy instance which is able to call a java script function passing also
this java script value, to maintain the environment when
required.
- CallbackProxy() - Constructor for class org.pepstock.charba.client.commons.CallbackProxy
-
- callbackProxy - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
- CallbackProxy.Proxy - Interface in org.pepstock.charba.client.commons
-
It's a java script function which maps the function proxy implemented in the additional java script source.
- callbacks - Variable in class org.pepstock.charba.client.configuration.Tooltips
-
- CALLBACKS - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
- callbacks - Variable in class org.pepstock.charba.client.options.Tooltips
-
- CallbacksEnvelop<T> - Class in org.pepstock.charba.client.callbacks
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
- CallbacksEnvelop(T) - Constructor for class org.pepstock.charba.client.callbacks.CallbacksEnvelop
-
Create an envelop with the content passed as argument.
- CallbacksEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.callbacks.CallbacksEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- CallbackWrapper(T) - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
-
Creates the wrapper with the java callback instance.
- CallbackWrapper(Dataset, Dataset.CanvasObjectKey, Scriptable<Object, DatasetContext>, String) - Constructor for class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Creates the object, getting all arguments n order to manage the data set callback.
- callbackWrappers - Variable in class org.pepstock.charba.client.data.AbstractContainer
-
- CANADA - Static variable in class org.pepstock.charba.client.intl.CLocale
-
- CANADA_FRENCH - Static variable in class org.pepstock.charba.client.intl.CLocale
-
- cancel() - Method in class org.pepstock.charba.client.utils.CSchedulerRegistration
-
Cancels the task scheduling is not started yet.
- canvas - Variable in class org.pepstock.charba.client.AbstractChart
-
- canvas - Variable in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
- canvas - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
- Canvas - Class in org.pepstock.charba.client.dom.elements
-
Represents a DOM element that enables drawing graphics and animations with own the canvas scripting API.
- Canvas() - Constructor for class org.pepstock.charba.client.dom.elements.Canvas
-
To avoid any instantiation
- CANVAS_NOT_SUPPORTED_MESSAGE - Static variable in class org.pepstock.charba.client.AbstractChart
-
- CANVAS_NOT_SUPPORTED_MESSAGE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
- CANVAS_PATTERNS - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
- canvasCallbackProxy - Variable in class org.pepstock.charba.client.AbstractChart
-
- CanvasGradientItem - Class in org.pepstock.charba.client.dom.elements
-
Represents an opaque object describing a gradient.
- CanvasGradientItem() - Constructor for class org.pepstock.charba.client.dom.elements.CanvasGradientItem
-
To avoid any instantiation
- CanvasObject - Class in org.pepstock.charba.client.colors
-
Base object for pattern and gradient instances, based on canvas element.
- CanvasObject(String) - Constructor for class org.pepstock.charba.client.colors.CanvasObject
-
Creates a canvas object setting the id passed as argument.
- CanvasObject(NativeObject) - Constructor for class org.pepstock.charba.client.colors.CanvasObject
-
Creates a canvas object by a native object.
- CanvasObject.InternalGradient - Class in org.pepstock.charba.client.colors
-
- CanvasObject.Property - Enum in org.pepstock.charba.client.colors
-
Name of properties of native object.
- CanvasObjectFactory - Class in org.pepstock.charba.client.colors
-
Abstract utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a canvas gradient or pattern must be created.
- CanvasObjectFactory(Key) - Constructor for class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates the object using the scope of this factory.
- CanvasObjectHandler - Class in org.pepstock.charba.client.data
-
Internal plugin, set by data object before a chart is initializing.
This plugin is added to the chart ONLY if the data set is configured to have patterns and gradients.
It cleans up where the chart is destroyed or resized.
- CanvasObjectHandler() - Constructor for class org.pepstock.charba.client.data.CanvasObjectHandler
-
To avoid any instantiation
- canvasObjectHandling - Variable in class org.pepstock.charba.client.data.Data
-
- CanvasObjectProperty(String, boolean) - Constructor for enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
-
Creates with the property value to use in the native object.
- canvasPatternItem - Variable in class org.pepstock.charba.client.colors.PatternBuilder
-
- CanvasPatternItem - Class in org.pepstock.charba.client.dom.elements
-
Represents an opaque object describing a pattern, based on an image or a canvas.
- CanvasPatternItem() - Constructor for class org.pepstock.charba.client.dom.elements.CanvasPatternItem
-
To avoid any instantiation
- canvasSupported - Variable in class org.pepstock.charba.client.dom.DOMBuilder
-
- CapStyle - Enum in org.pepstock.charba.client.enums
-
Determines how the end points of every line are drawn.
There are three possible values for this property and those are: butt, round and square.
- CapStyle(String) - Constructor for enum org.pepstock.charba.client.enums.CapStyle
-
Creates with the property value to use in the native object.
- CapStyleCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set borderCapStyle property at runtime.
- CartesianAxis<T extends CartesianTick> - Class in org.pepstock.charba.client.configuration
-
Axes are an integral part of a chart.
- CartesianAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianAxis
-
Builds the object storing the chart instance and cartesian axis type.
- CartesianCategoryAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as category.
- CartesianCategoryAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance.
- CartesianCategoryAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance.
- CartesianCategoryAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance.
- CartesianCategoryAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and axis type.
- CartesianCategoryAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and axis type.
- CartesianCategoryAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and axis type.
- CartesianCategoryTick - Class in org.pepstock.charba.client.configuration
-
The category scale provides the following options for configuring tick marks.
The labels are drawn from one of the label arrays included in the chart data.
- CartesianCategoryTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Builds the object storing the axis instance.
- CartesianLinearAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as linear.
- CartesianLinearAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance.
- CartesianLinearAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance.
- CartesianLinearAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance.
- CartesianLinearAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLinearAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLinearAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLinearTick - Class in org.pepstock.charba.client.configuration
-
The linear scale is use to chart numerical data.
It can be placed on either the x or y axis.
The scatter chart type automatically configures a line chart to use one of these scales for the x axis.
As the name suggests, linear interpolation is used to determine where a value lies on the axis.
- CartesianLinearTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearTick
-
Builds the object storing the axis instance.
- CartesianLogarithmicAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as logarithmic.
- CartesianLogarithmicAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance.
- CartesianLogarithmicAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance.
- CartesianLogarithmicAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance.
- CartesianLogarithmicAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLogarithmicAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLogarithmicAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLogarithmicTick - Class in org.pepstock.charba.client.configuration
-
The logarithmic scale is use to chart numerical data.
- CartesianLogarithmicTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Builds the object storing the axis instance.
- CartesianNumericTick - Class in org.pepstock.charba.client.configuration
-
A numeric scale is use to chart numerical data and this class represents the tick of a numeric scale.
- CartesianNumericTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianNumericTick
-
Builds the object storing the axis instance.
- CartesianScaleTitle - Class in org.pepstock.charba.client.configuration
-
When creating a chart, you want to tell the viewer what data they are viewing.
- CartesianScaleTitle(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Builds the object storing the axis which this scale title belongs to.
- CartesianTick - Class in org.pepstock.charba.client.configuration
-
Common tick configuration, for cartesian axes.
- CartesianTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianTick
-
Builds the object storing the axis instance.
- CartesianTimeAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as time.
- CartesianTimeAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance.
- CartesianTimeAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance.
- CartesianTimeAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance.
- CartesianTimeAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and cartesian axis type.
- CartesianTimeSeriesAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as time series.
- CartesianTimeSeriesAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance.
- CartesianTimeSeriesAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance.
- CartesianTimeSeriesAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance.
- CartesianTimeSeriesAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeSeriesAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeSeriesAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeTick - Class in org.pepstock.charba.client.configuration
-
The time scale is use to chart time data.
It can be placed on either the x or y axis.
- CartesianTimeTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Builds the object storing the axis instance.
- cast(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Performs unchecked cast to a type.
Using this method can have an incorrect type of the object to the rest of the system which will result in hard to debug problems.
- cast(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Performs unchecked cast to a type.
Using this method can have an incorrect type of the object to the rest of the system which will result in hard to debug problems.
- CastHelper - Class in org.pepstock.charba.client.dom.elements
-
Utility to cast elements created in the other DOM tree engines in the a Charba one.
- CastHelper() - Constructor for class org.pepstock.charba.client.dom.elements.CastHelper
-
To avoid any instantiation
- category() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns the color scheme category.
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
- category - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
- category() - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
- category() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
- CategoryTickCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to implement if wants to change the tick marks to include information about the data type, for cartesian category axes.
- CategoryTickHandler - Class in org.pepstock.charba.client.configuration
-
Base object to map an axis tick for CATEGORY axes,
CartesianCategoryAxis.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration.
- CategoryTickHandler(Axis, CartesianCategoryTick) - Constructor for class org.pepstock.charba.client.configuration.CategoryTickHandler
-
Builds the object storing the axis instance and options element, based on different kind of axis.
- CategoryTickHandler.ProxyTickCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback when tick is created.
Must be an interface with only 1 method.
- Center - Class in org.pepstock.charba.client.colors
-
Contains the coordinates of a center of arc.
Used inside the canvas object factory.
- Center() - Constructor for class org.pepstock.charba.client.colors.Center
-
- changed - Variable in class org.pepstock.charba.client.data.AbstractContainer
-
- character - Variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
-
- CHARACTER_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
-
Name of shape to draw a character, "char".
- CharacterShape - Class in org.pepstock.charba.client.colors.tiles
-
This is a shape which can draw a character on the tile.
This object is also a shape drawer.
The font size is calculated automatically based on tile size.
It designs a char in the the following tile sections (A and B):
- CharacterShape(String) - Constructor for class org.pepstock.charba.client.colors.tiles.CharacterShape
-
Creates a shape with a character as shape, using the default font family
- CharacterShape(String, String) - Constructor for class org.pepstock.charba.client.colors.tiles.CharacterShape
-
Creates a shape with a character as shape using passed font family.
- CharacterToEscape(String, String) - Constructor for enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
-
Creates the object by the value to find and the replacement.
- Charba - Class in org.pepstock.charba.client
-
Entry point to initialize and inject all Charba modules.
This utility MUST be called as first statement before using Charba.
- Charba() - Constructor for class org.pepstock.charba.client.Charba
-
To avoid any instantiation
- CHARBA - Static variable in class org.pepstock.charba.client.colors.Color
-
Main color linked to CHARBA, #f27173.
- CHARBA_PREFIX_SCRIPT_ELEMENT_ID - Static variable in class org.pepstock.charba.client.Injector
-
- CHARBA_PROPERTY_KEY_PREFIX - Static variable in class org.pepstock.charba.client.utils.JSONReplacerConstants
-
- charbaPrefixPackageName - Variable in class org.pepstock.charba.client.InjectorPrefixHelper
-
- chart - Variable in class org.pepstock.charba.client.AbstractChart
-
- chart - Variable in class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
-
- Chart - Class in org.pepstock.charba.client
-
Native object which import the CHART java script object of CHART.JS.
The Chart the entry point of CHART.JS.
- Chart(Context2dItem, NativeObject) - Constructor for class org.pepstock.charba.client.Chart
-
Builds CHART object at CHART.JS level.
This constructor MUST be empty.
- chart - Variable in class org.pepstock.charba.client.ChartNode
-
- CHART - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart with name "Chart", (internal of CHART.JS).
- chart - Variable in class org.pepstock.charba.client.configuration.Animation
-
- chart - Variable in class org.pepstock.charba.client.configuration.ChartContainer
-
- chart - Variable in class org.pepstock.charba.client.data.Data
-
- chart - Variable in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
- chart - Variable in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- chart - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
- chart - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
- chart - Variable in class org.pepstock.charba.client.options.ExtendedOptions
-
- chart(Type) - Method in class org.pepstock.charba.client.Overrides
-
Returns an options instance, to use as default options, based of type of chart.
- CHART_ADAPTERS_DATE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart adapters date with name "CharbaChartAdaptersDate", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant.
- CHART_CLICK_TYPES - Static variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
- CHART_CONTROLLER_CONTEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart controller context with name "CharbaControllerContext", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant.
- CHART_HELPERS - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart helper with name "CharbaChartHelpers", (internal of CHART.JS).
- CHART_PREFIX_ID - Static variable in class org.pepstock.charba.client.dom.DOMBuilder
-
- CHART_SCRIPTABLE_OPTIONS_CONTEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart scriptable options context with name "CharbaScriptableOptionsContext", (internal of Charba).
- chartArea - Variable in class org.pepstock.charba.client.ChartNode
-
- ChartAreaNode - Class in org.pepstock.charba.client.items
-
Object which maps the chart area item of CHART.JS chart java script object.
This is a wrapper of the CHART.JS item with all needed info.
- ChartAreaNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ChartAreaNode
-
Creates the item using envelop with the native java script object which contains all properties.
- ChartBackgroundColor - Class in org.pepstock.charba.client.impl.plugins
-
- ChartBackgroundColor() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
- ChartBackgroundColor(IsColor) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Builds the object with the default background color for all charts.
- ChartBackgroundColor(String) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Builds the object with the default background color for all charts.
- ChartBackgroundColor(Gradient) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Builds the object with the default gradient for all charts.
- ChartBackgroundColor(Pattern) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Builds the object with the default pattern for all charts.
- ChartBackgroundColorDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
-
- ChartBackgroundColorDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorDefaultOptions
-
To avoid any instantiation
- ChartBackgroundColorDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory.ChartBackgroundColorDefaultsOptionsFactory
-
To avoid any instantiation.
- ChartBackgroundColorOptions - Class in org.pepstock.charba.client.impl.plugins
-
- ChartBackgroundColorOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values.
- ChartBackgroundColorOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global.
- ChartBackgroundColorOptions(IsChartBackgroundColorDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Builds new object with default options.
- ChartBackgroundColorOptions(IsChartBackgroundColorDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Builds the object with a java script object stored in the options.
- ChartBackgroundColorOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- ChartBackgroundColorOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
- ChartBackgroundColorOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory
-
To avoid any instantiation.
- ChartBackgroundColorOptionsFactory.ChartBackgroundColorDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Internal factory to create options from default global option for the plugin
- ChartBackgroundGradientFactory - Class in org.pepstock.charba.client.impl.plugins
-
Utility used by CHART
ChartBackgroundColor.ID PLUGIN.
Utility class which creates a canvas gradient java script object using a Charba gradient.
A Charba gradient describes how a DOM canvas gradient must be created.
- ChartBackgroundGradientFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
-
To avoid any instantiation
- ChartClickEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the chart.
- ChartClickEvent(ChartEventContext, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.ChartClickEvent
-
Creates the event with a list of items with dataset references related to the click
- ChartClickEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for clicking on the chart.
- ChartContainer - Class in org.pepstock.charba.client.configuration
-
Container of a chart instance.
- ChartContainer(IsChart) - Constructor for class org.pepstock.charba.client.configuration.ChartContainer
-
Creates the chart configuration object with the chart instance
- ChartContext - Class in org.pepstock.charba.client.callbacks
-
Abstract implementation to map the context used as argument on options, data sets, scales and plugins callbacks.
All context implementations have got a property which is a reference to the chart instance.
- ChartContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.ChartContext
-
Creates the object with native object instance to be wrapped.
- ChartContext.Property - Enum in org.pepstock.charba.client.callbacks
-
Name of properties of native object.
- ChartEnvelop<T> - Class in org.pepstock.charba.client
-
This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode.
- ChartEnvelop() - Constructor for class org.pepstock.charba.client.ChartEnvelop
-
Create an envelop with a null content.
- ChartEnvelop(boolean) - Constructor for class org.pepstock.charba.client.ChartEnvelop
-
Create an envelop with a null content and a flag to set if the content can be nullable.
- ChartEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.ChartEnvelop
-
Create an envelop with the content passed as argument.
- ChartEnvelop(T) - Constructor for class org.pepstock.charba.client.ChartEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- ChartEventContext - Class in org.pepstock.charba.client.events
-
This is the class which can wrap a CHART.JS event.
- ChartEventContext(Chart) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with the chart instance, creating a change native event.
- ChartEventContext(Chart, BaseNativeEvent) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with the chart instance, creating a change native event.
- ChartEventContext(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext(ItemsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext.Property - Enum in org.pepstock.charba.client.events
-
Name of properties of native object.
- ChartEventHandler - Interface in org.pepstock.charba.client.events
-
Common interface for all chart event handlers, used to recognize when the chart event handlers (and only the chart ones) have been activated.
- ChartEventProperty - Enum in org.pepstock.charba.client.enums
-
Enumerates the name of options property to set the callbacks to chart events.
- ChartEventProperty(String) - Constructor for enum org.pepstock.charba.client.enums.ChartEventProperty
-
Creates with the property value to use in the native object.
- ChartHoverEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user hovers on the chart.
- ChartHoverEvent(ChartEventContext, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.ChartHoverEvent
-
Creates the event with a list of items with dataset references related to the hover
- ChartHoverEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for hovering on the chart.
- chartId - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
- chartJs() - Method in interface org.pepstock.charba.client.resources.DeferredResourcesBundle
-
Contains text representation of native chart.js code.
- CHARTJS - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
-
- ChartJsResource - Class in org.pepstock.charba.client.resources
-
Contains the content of chart.min.js to inject.
- ChartJsResource() - Constructor for class org.pepstock.charba.client.resources.ChartJsResource
-
Creates the injectable resource with chart.min.js content.
- ChartNode - Class in org.pepstock.charba.client
-
This is a wrapper of CHART.JS CHART instance in order to provide all properties of chart java script instance, set at runtime.
- ChartNode(String, Chart) - Constructor for class org.pepstock.charba.client.ChartNode
-
Creates the object wrapping a CHART instance.
- ChartObserver - Class in org.pepstock.charba.client
-
Internal singleton utility which provides the ability to watch for attach and detach changes being made to the DOM tree for a chart instance.
- ChartObserver() - Constructor for class org.pepstock.charba.client.ChartObserver
-
TO avoid any instantiation
- ChartOptions - Class in org.pepstock.charba.client
-
This object is mapping the default options related to the chart type.
- ChartOptions(Type, NativeObject, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.ChartOptions
-
Creates the item using a native java script object which contains all properties and the default values to apply when the properties are not set.
- chartOptions - Variable in class org.pepstock.charba.client.Defaults
-
- ChartPointer - Class in org.pepstock.charba.client.impl.plugins
-
This plugin is changing the cursor when mouse over on dataset, title on canvas if a dataset selection, title handler have been defined.
- ChartPointer() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointer
-
To avoid any instantiation
- ChartPointerDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
-
- ChartPointerDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerDefaultOptions
-
To avoid any instantiation
- ChartPointerDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory.ChartPointerDefaultsOptionsFactory
-
To avoid any instantiation.
- ChartPointerOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
ChartPointer.ID plugin.
It manages the cursor to adopt when the cursor is over the dataset item and when not.
- ChartPointerOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values.
- ChartPointerOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global.
- ChartPointerOptions(IsChartPointerDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Builds the object with the default global ones
- ChartPointerOptions(IsChartPointerDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Builds the object with a java script object stored in the options and the default global ones
- ChartPointerOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- ChartPointerOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (form chart or from default global ones) related to
ChartPointer.ID plugin.
- ChartPointerOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory
-
To avoid any instantiation.
- ChartPointerOptionsFactory.ChartPointerDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Internal factory to create options from default global option for the plugin
- ChartResizeEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the chart has been resized.
- ChartResizeEvent(ChartEventContext, SizeItem) - Constructor for class org.pepstock.charba.client.events.ChartResizeEvent
-
Creates the event with a item with new size of the chart
- ChartResizeEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart resize event managing.
- ChartRunnableWrapper(IsChart, ChartTimerTask) - Constructor for class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
-
Creates the runnable wrapping a custom task.
- Charts - Class in org.pepstock.charba.client
-
Is a static reference which collects all chart instances to be able to enable global plugins.
- Charts() - Constructor for class org.pepstock.charba.client.Charts
-
To avoid any instantiation
- CHARTS_INSTANCES - Static variable in class org.pepstock.charba.client.Charts
-
- ChartsLifecycleListener - Interface in org.pepstock.charba.client
-
Interface to catch the initialization, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts.
Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins.
- ChartTimerTask - Interface in org.pepstock.charba.client
-
Interface which defines a timer task executable by a chart instance.
- ChartType - Enum in org.pepstock.charba.client
-
Enumerates all out-of-the-box types of a chart.
- ChartType(String, ScaleType) - Constructor for enum org.pepstock.charba.client.ChartType
-
Creates the type with scale type of this kind of chart.
- chartType - Variable in class org.pepstock.charba.client.controllers.ControllerType
-
- check(String) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
-
Checks if the passed id is compliant with the constraints of property key.
A scale id
can not contain any non-URL-safe characters
cannot contain upper case letters
- check(PropertyKey) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
-
Checks if the passed id is compliant with the constraints of property key.
A scale id
can not contain any non-URL-safe characters
cannot contain upper case letters
- check(Controller) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Checks the consistency of controller type and creates a wrapper.
- check(Type) - Static method in class org.pepstock.charba.client.controllers.ControllerTypeChecker
-
Checks if the controller is compliant with the constraints of controller type.
A controller type
can not start with a dot or an underscore
can not contain any invalid characters (letters, numbers and underscore are allowed)
- check(String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
-
Checks if the plugin is compliant with the constraints of plugin id.
A plugin id
can not start with a dot or an underscore
can not contain any non-URL-safe characters
cannot contain upper case letters
should be something short, but also reasonably descriptive
- checkAlphaWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Any double between 0.0d and 1.0d (inclusive) is valid.
- checkAndAddToParent() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Called recursively when a property has been set in the item.
This is mandatory because it could happen that the parent item is not present, therefore it must be added.
- checkAndGet() - Method in class org.pepstock.charba.client.configuration.AbstractDynamicConfiguration
-
Gets the options element instance from provider checking if is consistent.
- checkAndGet() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
- checkAndGet(ConfigurationOptions) - Static method in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
-
- checkAndGetAnnotationID(String, AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns the ID of the annotation checking is consistent.
- checkAndGetBeforeContinue(IsChart, boolean) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Returns the returned boolean value of "before" methods of plugin.
It checks if returning
false and then stopping the chart drawing, the counter must be decremented in order to be always aligned with overriding parameter of
Plugin.onBeginDrawing(IsChart, boolean).
- checkAndGetDateTimeResourceName(AbstractInjectableResource, ResourceName) - Method in class org.pepstock.charba.client.resources.EmbeddedResources
-
Checks and get the resource, passed as argument, with the resource name.
When you are injecting date library and adapters, it is mandatory they have the correct name, fixed by CHARBA constraints.
If the resource does not have the right name, throws an
IllegalArgumentException.
- checkAndGetDefaultAxis() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the axis kind checking the scale id and the axis type defaults.
- checkAndGetDrawImageArgument(T) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
- checkAndGetIfBetween(int, int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkAndGetIfBetween(double, double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkAndGetIfConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Check if chart passed as argument is not
null and its id is not
null as well, and if mandatory methods of interface will return consistent
instances.
If not, throw a
IllegalArgumentException or returns the chart instance.
- checkAndGetIfGreaterThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkAndGetIfGreaterThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkAndGetIfLessThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkAndGetIfLessThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkAndGetIfNegative(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkAndGetIfNegative(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkAndGetIfPositive(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkAndGetIfPositive(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkAndGetIfValid(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw a
IllegalArgumentException.
- checkAndGetIfValid(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw a
IllegalArgumentException.
- checkAndGetIfValid(T, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw a
IllegalArgumentException.
- checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.Envelop
-
Checks if envelop passed as argument is not
null and its content is not
null as well.
If not, throw a
IllegalArgumentException.
- checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.Key
-
Checks if key passed as argument is not
null and its value is not
null as well.
If not, throw a
IllegalArgumentException, otherwise it returns the key.
- checkAndGetIfValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Check if chart passed as argument is not
null and its id is not
null as well.
If not, throw a
IllegalArgumentException or returns the chart instance.
- checkAndGetIfValid(AnimationCollectionKey) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Checks if collection passed as argument is not
null and its value is not
null as well.
If not, throw a
IllegalArgumentException, otherwise it returns the argument.
- checkAndGetIfValid(AnimationPropertyKey) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
-
Checks if property passed as argument is not
null and its value is not
null as well.
If not, throw a
IllegalArgumentException, otherwise it returns the key.
- checkAndGetIfValid(TransitionKey) - Static method in interface org.pepstock.charba.client.options.TransitionKey
-
Checks if mode passed as argument is not
null.
If not, throw a
IllegalArgumentException, otherwise it returns the argument.
- checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.Type
-
Checks if type passed as argument is not
null and its scale type is not
null as well.
If not, throw a
IllegalArgumentException, otherwise it returns the key.
- checkAndGetObject(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Checks if the object passed as argument is consistent and returns it is not null.
If argument is not consistent, throws an
IllegalArgumentException.
- checkAndGetPercentage(double, BarDatasetOptionsHandler.Property) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Any double between 0d and 1d (inclusive) is valid.
- checkAndGetScaleId(Scale) - Method in class org.pepstock.charba.client.options.ExtendedScales
-
Checks and returns a scale id, retrieved from a scale instance.
- checkAndGetScaleID(String, ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns the ID of the scale checking the default ones,
DefaultScaleId.
- checkAndGetValue(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Checks a color value if consistent, returning the RGBA representation, otherwise null.
- checkAndLoadActiveElementForDataset(Dataset, int, int[], List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.data.Data
-
- checkAndLoadParametersMap(BaseLocation) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtils
-
Checks the consistency of parameters map and loads it if not yet done or if URL query string is change.
- checkAndManageCanvasListeners(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Checks and manage the canvas event listeners for title and axes click events.
If the argument is true, it will add the event listener if is the first adding, otherwise it will remove the listener if is the last handler.
- checkAndPerformAttachement(BaseElement, boolean) - Method in class org.pepstock.charba.client.ChartObserver
-
Checks if the element is related to a chart instance and if true, notify the chart of the attach or detach.
- checkAndSetId(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Checks if the id already stored and if not, creates a new internal id in the native object container counter.
- checkAndSetId(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Checks if the id already stored and if not, creates a new internal id in the native object container counter.
- checkArgumentsConsistency(Object, Object, String) - Method in class org.pepstock.charba.client.commons.Merger
-
Checks if arguments are not null or not consistent.
- checkByDatasetIndex(IsChart, int) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
-
Checks if there is at least one data set visible on top of the data set index which must be hidden.
- checkByIndex(IsChart, int) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
-
Checks if there is at least one dataset visible on top of the index which must be hidden.
- checkChannelWithinBounds(int) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Any integer between 0 and 255 (inclusive) is valid.
- checkDatasets(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns
true if all data sets of bar chart have got the
IndexAxis.X.
- checkDefaultValuesArgument(T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Checks if the argument, which is assuming is a default values instance, is consistent.
If not, throws
IllegalArgumentException.
- Checker - Class in org.pepstock.charba.client.commons
-
Utility which provides a set o methods to check the values of numbers.
- Checker() - Constructor for class org.pepstock.charba.client.commons.Checker
-
To avoid any instantiation
- checkIfBetween(int, int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkIfBetween(double, double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkIfConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Check if chart passed as argument is not
null and its id is not
null as well, and if mandatory methods of interface will return consistent
instances.
If not, throw a
IllegalArgumentException.
- checkIfDataPointsMustBeUsed() - Method in class org.pepstock.charba.client.data.Dataset
-
Checks if it can use data as double.
- checkIfEqualTo(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfEqualTo(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfGreaterThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkIfGreaterThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkIfLessThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkIfLessThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw a
IllegalArgumentException.
- checkIfNegative(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfNegative(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfNotEqualTo(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfNotEqualTo(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfPositive(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfPositive(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Checks if the key passed as argument is a key already used for other context properties.
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.TooltipContext
-
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.labels.LabelsContext
-
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.zoom.ZoomContext
-
- checkIfValid(AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Checks if id passed as argument is not
null and its value is not
null as well and could be a valid annotation configuration object id.
If not, throw a
IllegalArgumentException.
- checkIfValid(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Checks if id passed as argument is not
null and its value is not
null as well and could be a valid annotation configuration object id.
If not, throw a
IllegalArgumentException.
- checkIfValid(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Checks if the passed color is consistent, that means with a right red, green, blue and alpha values.
If not consistent, an
IllegalArgumentException will be thrown.
- checkIfValid(IsShape) - Static method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Checks if shape passed as argument is not
null and its methods are not returning
null as well.
If not, throw a
IllegalArgumentException.
- checkIfValid(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfValid(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfValid(Object, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
- checkIfValid(Envelop) - Static method in interface org.pepstock.charba.client.commons.Envelop
-
Checks if envelop passed as argument is not
null and its content is not
null as well.
If not, throw a
IllegalArgumentException.
- checkIfValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Checks if key passed as argument is not
null and its value is not
null as well.
If not, throw a
IllegalArgumentException.
- checkIfValid(PropertyKey) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Checks if id passed as argument is not
null and its value is not
null as well and could be a valid property key.
If not, throw a
IllegalArgumentException.
- checkIfValid(String) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Checks if id passed as argument is not
null and its value is not
null as well and could be a valid property key.
If not, throw a
IllegalArgumentException.
- checkIfValid(Controller) - Static method in interface org.pepstock.charba.client.Controller
-
Checks if key passed as argument is not null and its type is valid as well.
- checkIfValid(DataLabelId) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
-
Checks if id passed as argument is not
null and its value is not
null as well and could be a valid label configuration object id.
If not, throw a
IllegalArgumentException.
- checkIfValid(IsThreshold) - Static method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Checks if threshold passed as argument is not null and its properties are not null.
- checkIfValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Checks if chart passed as argument is not
null and its id is not
null as well.
If not, throw a
IllegalArgumentException.
- checkIfValid(LabelId) - Static method in interface org.pepstock.charba.client.labels.LabelId
-
Checks if id passed as argument is not
null and its value is not
null as well and could be a valid label configuration object id.
If not, throw a
IllegalArgumentException.
- checkIfValid(AnimationCollectionKey) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Checks if type passed as argument is not
null and its type is not
null as well.
If not, throw a
IllegalArgumentException.
- checkIfValid(AnimationPropertyKey) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
-
Checks if type passed as argument is not
null and its type is not
null as well.
If not, throw a
IllegalArgumentException.
- checkIfValid(ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Checks if scale id passed as argument is not
null and its value is not
null as well and could be a valid scale id.
If not, throw a
IllegalArgumentException.
- checkIfValid(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Checks if scale id passed as argument is not
null and its value is not
null as well and could be a valid scale id.
If not, throw a
IllegalArgumentException.
- checkIfValid(TransitionKey) - Static method in interface org.pepstock.charba.client.options.TransitionKey
-
- checkIfValid(Type) - Static method in interface org.pepstock.charba.client.Type
-
Checks if type passed as argument is not
null and its scale type is not
null as well.
If not, throw a
IllegalArgumentException.
- checkIndexAxis(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns
true if the chart has got
IndexAxis.X where applicable.
- checkLevel() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Checks the threshold status for this dataset, comparing the value with thresholds.
- checkNativeObject(Key, ObjectType) - Method in class org.pepstock.charba.client.colors.CanvasObject
-
Checks if a property exists and if its type is equals to the object type passed as argument.
If not, an
IllegalArgumentException will throw.
- checkOffsetWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.GradientColor
-
Any double between 0.0d and 1.0d (inclusive) is valid.
- checkParent(BaseHtmlElement) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Scans recursively the element to get a parent DOM element which has got TD as tag name.
- checkPluginIdConsistency(Key, AbstractPluginOptions) - Method in class org.pepstock.charba.client.options.Plugins
-
Checks if the plugin id, passed as key, is equals to plugin options.
If not, an
IllegalArgumentException will be thrown.
- checkPluginIdConsistency(Key, AbstractPluginOptionsFactory<?>) - Method in class org.pepstock.charba.client.options.Plugins
-
Checks if the plugin id, passed as key, is equals to plugin options factory.
If not, an
IllegalArgumentException will be thrown.
- checkRange(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Checks if the index is in the right range.
- checkRange(int) - Method in class org.pepstock.charba.client.data.Labels
-
Checks if the index is in the right range.
If the index is out of bounds, throws an exception.
- checkTimeSeriesItems(List<DataPoint>) - Static method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Checks if the list of data points, passed as argument, have got the properties to be time series items (time and Y value).
If not, a
IllegalArgumentException will be thrown.
- childKey - Variable in class org.pepstock.charba.client.commons.AbstractNode
-
- CHINA - Static variable in class org.pepstock.charba.client.intl.CLocale
-
- CLAMP_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
-
- ClampCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.ID plugin to set
clamp property at runtime, using the plugin context.
- clampCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
-
- className - Variable in enum org.pepstock.charba.client.resources.ResourceName
-
- cleanSelection(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Clears the selection on the chart.
- cleanSelection(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Clears the selection on the chart and set if an event should fire on clear action.
- clear() - Method in class org.pepstock.charba.client.AbstractChart
-
Will clear the chart canvas.
- clear() - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
-
Clears all stored annotations
- clear() - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Clears all stored annotations.
- clear() - Method in class org.pepstock.charba.client.Chart
-
Will clear the chart canvas.
Used extensively internally between animation frames.
- clear(IsChart) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Clears the cache of loaded patterns and gradients, needed when a chart is destroy.
- clear() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayString
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
-
Removes all of the elements from this array.
- clear() - Method in interface org.pepstock.charba.client.IsChart
-
Will clear the chart canvas.
- clear() - Method in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
-
Cancels a timeout previously established.
- clearCallbackPatternsAndGradients() - Method in class org.pepstock.charba.client.data.Dataset
-
Clears the cache of patterns and gradients created by callbacks.
- clearHtmlLegendItems(HtmlLegendItem) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Clears all cached instance of point style by chart instance, wrapper in the a legend item.
- clearInterval(int) - Static method in class org.pepstock.charba.client.utils.Window
-
- clearRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Erases the pixels in a rectangular area by setting them to transparent black.
- clearTimeout(int) - Static method in class org.pepstock.charba.client.utils.Window
-
- CLICK - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
-
Mouse event "click" type.
- CLICK_EVENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.Listeners
-
- CLICK_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
- ClickCallback - Interface in org.pepstock.charba.client.annotation.listeners
-
- clickCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
- clickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
- clickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Legend
-
- clickCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
- clickEventCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.Listeners
-
- ClickEventHandler - Interface in org.pepstock.charba.client.datalabels.events
-
Callback interface of
DataLabelsPlugin.ID plugin to manage CLICK events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returns
true, the label is updated with the new context and the chart re-rendered.
- Clip - Class in org.pepstock.charba.client.data
-
Defines how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
If sets false, that means that CHART.JS will use chart area dimension.
With false value, the properties will be:
Left is 0
Top is 0
Right is area right
Bottom is area bottom
- Clip() - Constructor for class org.pepstock.charba.client.data.Clip
-
Creates the object with an empty native object instance.
- Clip(double) - Constructor for class org.pepstock.charba.client.data.Clip
-
Creates the object with the same clip value for all dimensions.
- Clip(NativeObject) - Constructor for class org.pepstock.charba.client.data.Clip
-
Creates the object with native object instance to be wrapped.
- clip() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Turns the current or given path in the the current clipping region.
It replaces any previous clipping region..
- CLIP_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
-
- ClipCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.ID plugin to set
clip property at runtime, using the plugin context.
- clipCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
-
- CLocale - Class in org.pepstock.charba.client.intl
-
Unicode represents locales with a string, called a locale identifier.
The locale identifier consists of a language identifier and extension tags.
Language identifiers are the core of the locale, consisting of language, script, and region subtags.
Additional information about the locale is stored in the optional extension tags.
Extension tags hold information about locale aspects such as calendar type, clock type, and numbering system type.
A Unicode BCP 47 locale identifier consists of
a language code
(optionally) a script code,
(optionally) a region (or country) code
(optionally) one or more variant codes
(optionally) one or more extension sequences
See
MDN page for more details.
LOCALE auto recognition
The
locale client property can be specified using either a meta tag, as part of the query string in the host page’s URL or from default platform locale.
If all cases are specified, the query string takes precedence, then meta data and finally the navigator language.
- CLocale(String, Language, Script, Region, String) - Constructor for class org.pepstock.charba.client.intl.CLocale
-
Creates a locale using all arguments.
- CLocaleBuilder - Class in org.pepstock.charba.client.intl
-
The builder is used to build instances of
CLocale from values configured by the setters.
A
CLocale object created by a builder is well-formed and can be transformed to a well-formed IETF BCP 47 language and it's also cached.
- CLocaleBuilder(Language) - Constructor for class org.pepstock.charba.client.intl.CLocaleBuilder
-
Constructs a builder by the language passed as argument.
- CLocaleBuilder.LocaleRegExpGroups - Class in org.pepstock.charba.client.intl
-
- CLocaleBuilder.LocaleRegExpGroups.Property - Enum in org.pepstock.charba.client.intl
-
Name of properties of native object.
- CLocaleBuilder.LocaleRegExpGroupsFactory - Class in org.pepstock.charba.client.intl
-
- clone(NativeObject) - Method in class org.pepstock.charba.client.Helpers
-
Returns a deep copy of source without keeping references on objects and arrays.
- clone(NativeObject) - Method in class org.pepstock.charba.client.NativeHelpers
-
Returns a deep copy of source without keeping references on objects and arrays.
- cloneDefaults - Variable in class org.pepstock.charba.client.controllers.ControllerType
-
- cloneNode(boolean) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Clone the node, and optionally, all of its contents.
- CLOSE_ROUND_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for CLOSE round bracket, ")".
- CLOSE_SQUARE_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for CLOSE square bracket, "]".
- closePath() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Causes the point of the pen to move back to the start of the current sub-path.
It tries to draw a straight line from the current point to the start.
If the shape has already been closed or has only one point, this function does nothing.
- code2chars - Variable in enum org.pepstock.charba.client.intl.Language
-
- code3chars - Variable in enum org.pepstock.charba.client.intl.Language
-
- collection - Variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- COLON - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for COLON, ":".
- Color - Class in org.pepstock.charba.client.colors
-
This class contains information about a color.
You can requests a specific alpha (starting form source color and cloning it).
- Color(int, int, int) - Constructor for class org.pepstock.charba.client.colors.Color
-
Creates the color with RGB values.
- Color(int, int, int, double) - Constructor for class org.pepstock.charba.client.colors.Color
-
Creates the color with RGB values.
- color - Variable in enum org.pepstock.charba.client.colors.GoogleChartColor
-
- color - Variable in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
- color - Variable in enum org.pepstock.charba.client.colors.HtmlColor
-
- color - Variable in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
- color - Variable in class org.pepstock.charba.client.impl.charts.Threshold
-
- color - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
- COLOR_000000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#000000"
- COLOR_000000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#000000"
- COLOR_000046 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#000046"
- COLOR_000080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#000080"
- COLOR_0000CD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0000CD"
- COLOR_0000FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0000FF"
- COLOR_000428 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#000428"
- COLOR_000C40 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#000C40"
- COLOR_001510 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#001510"
- COLOR_00223E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00223E"
- COLOR_002E5D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#002E5D"
- COLOR_00349E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00349e"
- COLOR_003973 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#003973"
- COLOR_003C30 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#003c30"
- COLOR_003D4D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#003D4D"
- COLOR_00416A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00416A"
- COLOR_00441B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00441b"
- COLOR_004529 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#004529"
- COLOR_00467F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00467F"
- COLOR_004680 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004680"
- COLOR_004D7A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004D7A"
- COLOR_004E8F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004E8F"
- COLOR_004E92 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004E92"
- COLOR_004FF9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004FF9"
- COLOR_0052D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0052D4"
- COLOR_005824 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#005824"
- COLOR_005A32 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#005a32"
- COLOR_005AA7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#005AA7"
- COLOR_005BD3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#005bd3"
- COLOR_005C97 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#005C97"
- COLOR_0066CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0066cc"
- COLOR_006837 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#006837"
- COLOR_006BA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#006ba4"
- COLOR_006D2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#006d2c"
- COLOR_0072FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0072FF"
- COLOR_007991 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#007991"
- COLOR_007FC3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#007FC3"
- COLOR_008080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#008080"
- COLOR_0082C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0082C8"
- COLOR_0083B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0083B0"
- COLOR_0083FE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0083FE"
- COLOR_0085CA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0085CA"
- COLOR_008793 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#008793"
- COLOR_008837 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#008837"
- COLOR_0099F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0099F7"
- COLOR_009DD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#009dd9"
- COLOR_009FFC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#009FFC"
- COLOR_009FFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#009FFF"
- COLOR_00A2B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00a2b3"
- COLOR_00A2E6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00a2e6"
- COLOR_00A651 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00A651"
- COLOR_00ADDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00addc"
- COLOR_00B09B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00B09B"
- COLOR_00B4DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00B4DB"
- COLOR_00BF72 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00BF72"
- COLOR_00BF8F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00BF8F"
- COLOR_00C3FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00C3FF"
- COLOR_00C6BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00c6bb"
- COLOR_00C6FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00C6FF"
- COLOR_00C996 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00C996"
- COLOR_00C9FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00C9FF"
- COLOR_00CDAC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00CDAC"
- COLOR_00D2FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00D2FF"
- COLOR_00D9F5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00D9F5"
- COLOR_00DBDE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00DBDE"
- COLOR_00F260 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00F260"
- COLOR_00F5A0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00F5A0"
- COLOR_00FFF0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00FFF0"
- COLOR_014636 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#014636"
- COLOR_016450 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#016450"
- COLOR_01665E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#01665e"
- COLOR_016C59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#016c59"
- COLOR_018571 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#018571"
- COLOR_021B79 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#021B79"
- COLOR_023858 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#023858"
- COLOR_023C0D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#023C0D"
- COLOR_027B8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#027b8e"
- COLOR_02818A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#02818a"
- COLOR_029676 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#029676"
- COLOR_02AAB0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#02AAB0"
- COLOR_03001E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#03001E"
- COLOR_034E7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#034e7b"
- COLOR_045A8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#045a8d"
- COLOR_051937 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#051937"
- COLOR_052F61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#052f61"
- COLOR_053061 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#053061"
- COLOR_05386B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#05386B"
- COLOR_056B3B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#056B3B"
- COLOR_0570B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0570b0"
- COLOR_0571B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0571b0"
- COLOR_0575E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0575E6"
- COLOR_05E0DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#05e0db"
- COLOR_061161 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#061161"
- COLOR_061700 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#061700"
- COLOR_06BEB6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#06BEB6"
- COLOR_073779 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#073779"
- COLOR_076585 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#076585"
- COLOR_081D58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#081d58"
- COLOR_08306B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08306b"
- COLOR_084081 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#084081"
- COLOR_084594 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#084594"
- COLOR_085078 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#085078"
- COLOR_08519C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08519c"
- COLOR_08589E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08589e"
- COLOR_0868AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0868ac"
- COLOR_08A1D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08a1d9"
- COLOR_08CC78 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08cc78"
- COLOR_091E3A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#091E3A"
- COLOR_093028 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#093028"
- COLOR_093637 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#093637"
- COLOR_09622A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#09622a"
- COLOR_0989B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0989b1"
- COLOR_0A2A88 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0A2A88"
- COLOR_0A96E4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0a96e4"
- COLOR_0ABFBC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0ABFBC"
- COLOR_0B486B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0B486B"
- COLOR_0B8793 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0B8793"
- COLOR_0BD0D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0bd0d9"
- COLOR_0C0C6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0C0C6D"
- COLOR_0C2C84 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0c2c84"
- COLOR_0C5986 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0c5986"
- COLOR_0CEBEB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0CEBEB"
- COLOR_0D335E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0d335e"
- COLOR_0D8BE6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0d8be6"
- COLOR_0ED2F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0ED2F7"
- COLOR_0F0C29 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0F0C29"
- COLOR_0F2027 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0F2027"
- COLOR_0F3443 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0F3443"
- COLOR_0F6FC6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0f6fc6"
- COLOR_0F9B0F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0F9B0F"
- COLOR_108DC7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#108DC7"
- COLOR_10CF9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#10cf9b"
- COLOR_111111 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#111111"
- COLOR_114357 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#114357"
- COLOR_1170AA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1170aa"
- COLOR_11998E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#11998E"
- COLOR_11FFBD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#11FFBD"
- COLOR_12A2A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#12a2a8"
- COLOR_12C2E9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#12C2E9"
- COLOR_12D8FA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#12D8FA"
- COLOR_12FFF7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#12FFF7"
- COLOR_134E5E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#134E5E"
- COLOR_135058 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#135058"
- COLOR_136A8A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#136A8A"
- COLOR_141517 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#141517"
- COLOR_141E30 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#141E30"
- COLOR_146C36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#146c36"
- COLOR_1488CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1488CC"
- COLOR_14967C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#14967c"
- COLOR_152331 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#152331"
- COLOR_155799 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#155799"
- COLOR_1565C0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1565C0"
- COLOR_159957 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#159957"
- COLOR_16222A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#16222A"
- COLOR_16A085 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#16A085"
- COLOR_16BFFD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#16BFFD"
- COLOR_17BECF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#17becf"
- COLOR_17C7BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#17c7ba"
- COLOR_181818 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#181818"
- COLOR_182848 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#182848"
- COLOR_185A9D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#185A9D"
- COLOR_190A05 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#190A05"
- COLOR_191654 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#191654"
- COLOR_19547B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#19547B"
- COLOR_1A1A1A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1a1a1a"
- COLOR_1A2980 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1A2980"
- COLOR_1A2A6C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1A2A6C"
- COLOR_1A7232 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1a7232"
- COLOR_1A9641 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1a9641"
- COLOR_1A9850 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1a9850"
- COLOR_1AB39F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1ab39f"
- COLOR_1B4430 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1b4430"
- COLOR_1B587C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1b587c"
- COLOR_1B7837 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1b7837"
- COLOR_1B9E77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1b9e77"
- COLOR_1BA3C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1ba3c6"
- COLOR_1C4596 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c4596"
- COLOR_1C5998 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c5998"
- COLOR_1C713B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c713b"
- COLOR_1C73B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c73b1"
- COLOR_1C9099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c9099"
- COLOR_1C92D2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1C92D2"
- COLOR_1CADE4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1cade4"
- COLOR_1CB5E0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1CB5E0"
- COLOR_1CD8D2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1CD8D2"
- COLOR_1CEFFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1CEFFF"
- COLOR_1D2671 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1D2671"
- COLOR_1D2B64 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1D2B64"
- COLOR_1D4350 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1D4350"
- COLOR_1D5B57 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1d5b57"
- COLOR_1D86CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1d86cd"
- COLOR_1D91C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1d91c0"
- COLOR_1D976C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1D976C"
- COLOR_1DA1F2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1DA1F2"
- COLOR_1E130C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1E130C"
- COLOR_1E1E1E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1e1e1e"
- COLOR_1E3C72 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1E3C72"
- COLOR_1E7735 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1e7735"
- COLOR_1E90FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1E90FF"
- COLOR_1E9600 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1E9600"
- COLOR_1F1C18 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1F1C18"
- COLOR_1F1C2C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1F1C2C"
- COLOR_1F4037 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1F4037"
- COLOR_1F77B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1f77b4"
- COLOR_1F78B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1f78b4"
- COLOR_1F83B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1f83b4"
- COLOR_1FA2FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1FA2FF"
- COLOR_1FDDFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1FDDFF"
- COLOR_20002C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#20002C"
- COLOR_200122 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#200122"
- COLOR_203A43 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#203A43"
- COLOR_2046A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2046a5"
- COLOR_20768C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#20768c"
- COLOR_20BDFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#20BDFF"
- COLOR_20E3B2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#20E3B2"
- COLOR_21449B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#21449b"
- COLOR_215F00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#215F00"
- COLOR_2166AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2166ac"
- COLOR_2171B5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2171b5"
- COLOR_2193B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2193B0"
- COLOR_2196F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2196F3"
- COLOR_21B087 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#21b087"
- COLOR_225EA8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#225ea8"
- COLOR_22763F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#22763f"
- COLOR_228B22 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#228B22"
- COLOR_22C1C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#22C1C3"
- COLOR_23074D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#23074D"
- COLOR_232526 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#232526"
- COLOR_237A57 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#237A57"
- COLOR_238443 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#238443"
- COLOR_238B45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#238b45"
- COLOR_2397E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2397e2"
- COLOR_240B36 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#240B36"
- COLOR_24243E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#24243E"
- COLOR_243B55 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#243B55"
- COLOR_244A58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#244a58"
- COLOR_24693D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#24693d"
- COLOR_24C6DC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#24C6DC"
- COLOR_24FE41 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#24FE41"
- COLOR_252525 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#252525"
- COLOR_253494 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#253494"
- COLOR_256F3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#256f3d"
- COLOR_257740 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#257740"
- COLOR_26456E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#26456e"
- COLOR_2657EB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2657EB"
- COLOR_267871 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#267871"
- COLOR_2683C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2683c6"
- COLOR_26897E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#26897e"
- COLOR_26A0DA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#26A0DA"
- COLOR_26D0CE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#26D0CE"
- COLOR_274046 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#274046"
- COLOR_276419 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#276419"
- COLOR_2774AE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2774AE"
- COLOR_27763D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#27763d"
- COLOR_27823B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#27823b"
- COLOR_27CED7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#27ced7"
- COLOR_282828 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#282828"
- COLOR_283048 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#283048"
- COLOR_283C86 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#283C86"
- COLOR_283E51 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#283E51"
- COLOR_292E49 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#292E49"
- COLOR_29323C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#29323C"
- COLOR_294171 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#294171"
- COLOR_2948FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2948FF"
- COLOR_297839 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#297839"
- COLOR_297FD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#297fd5"
- COLOR_2980B9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2980B9"
- COLOR_29EAC4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#29EAC4"
- COLOR_29FFC6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#29FFC6"
- COLOR_2A0845 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2A0845"
- COLOR_2A2D3E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2A2D3E"
- COLOR_2A5298 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2A5298"
- COLOR_2A5783 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2a5783"
- COLOR_2ADA53 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2ADA53"
- COLOR_2B2C49 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2B2C49"
- COLOR_2B32B2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2B32B2"
- COLOR_2B5876 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2B5876"
- COLOR_2B5C8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2b5c8a"
- COLOR_2B7C40 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2b7c40"
- COLOR_2B83BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2b83ba"
- COLOR_2B8CBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2b8cbe"
- COLOR_2BC0E4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2BC0E4"
- COLOR_2C3E50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2C3E50"
- COLOR_2C5364 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2C5364"
- COLOR_2C5985 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c5985"
- COLOR_2C69B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c69b0"
- COLOR_2C7744 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2C7744"
- COLOR_2C7BB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c7bb6"
- COLOR_2C7C9F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c7c9f"
- COLOR_2C7FB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c7fb8"
- COLOR_2C9C89 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c9c89"
- COLOR_2CA02C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2ca02c"
- COLOR_2CA030 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2ca030"
- COLOR_2CA25F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2ca25f"
- COLOR_2CB5C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2cb5c0"
- COLOR_2D004B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2d004b"
- COLOR_2D608A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2d608a"
- COLOR_2D7D45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2d7d45"
- COLOR_2D9EE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2D9EE0"
- COLOR_2DA2BF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2da2bf"
- COLOR_2E1437 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2E1437"
- COLOR_2E5A87 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2e5a87"
- COLOR_2E5F8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2e5f8a"
- COLOR_2EBF91 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2EBF91"
- COLOR_2F0743 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2F0743"
- COLOR_2F3C35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2f3c35"
- COLOR_2F6790 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2f6790"
- COLOR_2F7336 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2F7336"
- COLOR_2F80ED - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2F80ED"
- COLOR_2F8E41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2f8e41"
- COLOR_2FA3EE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2fa3ee"
- COLOR_302B63 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#302B63"
- COLOR_304352 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#304352"
- COLOR_305D8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#305d8a"
- COLOR_308344 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#308344"
- COLOR_309143 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#309143"
- COLOR_309343 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#309343"
- COLOR_30ACEC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#30acec"
- COLOR_30BCAD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#30bcad"
- COLOR_30E8BF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#30E8BF"
- COLOR_313695 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#313695"
- COLOR_314755 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#314755"
- COLOR_316F96 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#316f96"
- COLOR_3182BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3182bd"
- COLOR_31A1B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#31a1b3"
- COLOR_31A354 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#31a354"
- COLOR_31B6FD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#31b6fd"
- COLOR_324966 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#324966"
- COLOR_32779B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#32779b"
- COLOR_3288BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3288bd"
- COLOR_32A251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#32a251"
- COLOR_32C7A9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#32c7a9"
- COLOR_33001B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#33001B"
- COLOR_3300FC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3300FC"
- COLOR_330F42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#330f42"
- COLOR_333333 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#333333"
- COLOR_333333 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#333333"
- COLOR_333399 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#333399"
- COLOR_3333FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3333ff"
- COLOR_334D50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#334D50"
- COLOR_33608C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#33608c"
- COLOR_339444 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#339444"
- COLOR_3399FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3399ff"
- COLOR_33A02C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#33a02c"
- COLOR_33A65C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#33a65c"
- COLOR_347EA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#347ea1"
- COLOR_34844A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#34844a"
- COLOR_348AC7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#348AC7"
- COLOR_348F50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#348F50"
- COLOR_3494BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3494ba"
- COLOR_3494E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3494E6"
- COLOR_3498DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3498DB"
- COLOR_34E89E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#34E89E"
- COLOR_355C7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#355C7D"
- COLOR_3586A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3586a7"
- COLOR_358EAD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#358ead"
- COLOR_35978F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#35978f"
- COLOR_35ACA2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#35aca2"
- COLOR_360033 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#360033"
- COLOR_363795 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#363795"
- COLOR_3679A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3679a8"
- COLOR_3690C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3690c0"
- COLOR_36B1C7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#36B1C7"
- COLOR_36D1DC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#36D1DC"
- COLOR_373B44 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#373B44"
- COLOR_376491 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#376491"
- COLOR_377EB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#377eb8"
- COLOR_37A76F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#37a76f"
- COLOR_383838 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#383838"
- COLOR_386CB0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#386cb0"
- COLOR_3891A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3891a7"
- COLOR_3896C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3896c4"
- COLOR_38EF7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#38EF7D"
- COLOR_393939 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#393939"
- COLOR_39639D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#39639d"
- COLOR_396AFC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#396AFC"
- COLOR_39737C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#39737c"
- COLOR_398949 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#398949"
- COLOR_39B87F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#39b87f"
- COLOR_3A1C71 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3A1C71"
- COLOR_3A6073 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3A6073"
- COLOR_3A6186 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3A6186"
- COLOR_3A7BD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3A7BD5"
- COLOR_3A87B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3a87b7"
- COLOR_3A8A4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3a8a4d"
- COLOR_3B4371 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3B4371"
- COLOR_3B8D99 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3B8D99"
- COLOR_3B95C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3b95c4"
- COLOR_3B96B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3b96b2"
- COLOR_3C1053 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3C1053"
- COLOR_3C3B3F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3C3B3F"
- COLOR_3C8200 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3c8200"
- COLOR_3C9770 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3c9770"
- COLOR_3CA55C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3CA55C"
- COLOR_3CA8BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3ca8bc"
- COLOR_3CB7CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3cb7cc"
- COLOR_3CD3AD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3CD3AD"
- COLOR_3D6A98 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3d6a98"
- COLOR_3D72B4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3D72B4"
- COLOR_3D7EAA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3D7EAA"
- COLOR_3E5151 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3E5151"
- COLOR_3E8853 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3e8853"
- COLOR_3F007D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3f007d"
- COLOR_3F2B96 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3F2B96"
- COLOR_3F3F3F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3f3f3f"
- COLOR_3F4C6B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3F4C6B"
- COLOR_3F5EFB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3F5EFB"
- COLOR_3FADA8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3FADA8"
- COLOR_40004B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#40004b"
- COLOR_403A3E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#403A3E"
- COLOR_403B4A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#403B4A"
- COLOR_404040 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#404040"
- COLOR_40619D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#40619d"
- COLOR_4083CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4083cf"
- COLOR_40914F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#40914f"
- COLOR_40BAD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#40bad2"
- COLOR_40E0D0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#40E0D0"
- COLOR_41295A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#41295A"
- COLOR_414345 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#414345"
- COLOR_414451 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#414451"
- COLOR_414D0B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#414D0B"
- COLOR_418AB3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#418ab3"
- COLOR_419EB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#419eb6"
- COLOR_41AB5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41ab5d"
- COLOR_41AE76 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41ae76"
- COLOR_41AEBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41aebd"
- COLOR_41B6C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41b6c4"
- COLOR_41B7C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41b7c4"
- COLOR_42275A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#42275A"
- COLOR_423E5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#423e5c"
- COLOR_424E5B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#424e5b"
- COLOR_4284DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4284DB"
- COLOR_4286F4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4286F4"
- COLOR_428F49 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#428f49"
- COLOR_428F4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#428f4d"
- COLOR_4292C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4292c6"
- COLOR_42BA97 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#42ba97"
- COLOR_434343 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#434343"
- COLOR_4364F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4364F7"
- COLOR_437A9F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#437a9f"
- COLOR_438086 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#438086"
- COLOR_4389A2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4389A2"
- COLOR_4393C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4393c3"
- COLOR_439EB7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#439eb7"
- COLOR_43A2CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#43a2ca"
- COLOR_43ADD0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#43ADD0"
- COLOR_43C6AC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#43C6AC"
- COLOR_43CEA2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#43CEA2"
- COLOR_44709D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#44709d"
- COLOR_4472C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4472c4"
- COLOR_4484BA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4484BA"
- COLOR_44914E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#44914e"
- COLOR_44A08D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#44A08D"
- COLOR_44C1A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#44c1a3"
- COLOR_4568DC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4568DC"
- COLOR_4575B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4575b4"
- COLOR_4576A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4576a3"
- COLOR_457FCA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#457FCA"
- COLOR_4584D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4584d3"
- COLOR_45934D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#45934d"
- COLOR_45A247 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#45A247"
- COLOR_45A5ED - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#45a5ed"
- COLOR_45B649 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#45B649"
- COLOR_466F9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#466f9d"
- COLOR_46B298 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#46b298"
- COLOR_46B2B5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#46b2b5"
- COLOR_474B78 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#474b78"
- COLOR_475A8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#475a8d"
- COLOR_4775E7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4775e7"
- COLOR_4776E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4776E6"
- COLOR_477BD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#477bd1"
- COLOR_479751 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#479751"
- COLOR_480048 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#480048"
- COLOR_485563 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#485563"
- COLOR_4878A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4878a6"
- COLOR_48B1BF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#48B1BF"
- COLOR_49006A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#49006a"
- COLOR_493240 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#493240"
- COLOR_49525E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#49525e"
- COLOR_49964F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#49964f"
- COLOR_499894 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#499894"
- COLOR_49A09D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#49A09D"
- COLOR_4A00E0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4A00E0"
- COLOR_4A0505 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a0505"
- COLOR_4A1486 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a1486"
- COLOR_4A569D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4A569D"
- COLOR_4A66AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a66ac"
- COLOR_4A8C1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a8c1c"
- COLOR_4A9BDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a9bdc"
- COLOR_4A9CCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a9ccc"
- COLOR_4AB5C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ab5c4"
- COLOR_4AC29A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4AC29A"
- COLOR_4B0082 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B0082"
- COLOR_4B1248 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B1248"
- COLOR_4B134F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B134F"
- COLOR_4B4B4B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4b4b4b"
- COLOR_4B5A60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4b5a60"
- COLOR_4B6CB7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B6CB7"
- COLOR_4B79A1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B79A1"
- COLOR_4B859E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B859E"
- COLOR_4B9B5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4b9b5f"
- COLOR_4BA5BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ba5ba"
- COLOR_4BACC6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4bacc6"
- COLOR_4BAF73 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4baf73"
- COLOR_4BC0C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4BC0C8"
- COLOR_4BCAAD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4bcaad"
- COLOR_4C5A6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4c5a6a"
- COLOR_4C6F75 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4c6f75"
- COLOR_4CA198 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ca198"
- COLOR_4CA1AF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4CA1AF"
- COLOR_4CA2CD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4CA2CD"
- COLOR_4CB8C4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4CB8C4"
- COLOR_4D004B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4d004b"
- COLOR_4D1434 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4d1434"
- COLOR_4D4D4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4d4d4d"
- COLOR_4D9221 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4d9221"
- COLOR_4DA0B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4DA0B0"
- COLOR_4DAC26 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4dac26"
- COLOR_4DADCF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4dadcf"
- COLOR_4DAF4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4daf4a"
- COLOR_4E2020 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4E2020"
- COLOR_4E4376 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4E4376"
- COLOR_4E54C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4E54C8"
- COLOR_4E66B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e66b2"
- COLOR_4E67C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e67c8"
- COLOR_4E79A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e79a7"
- COLOR_4E7FAB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e7fab"
- COLOR_4E7FAC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e7fac"
- COLOR_4E8542 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e8542"
- COLOR_4E9F50 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e9f50"
- COLOR_4EA5D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ea5d1"
- COLOR_4EA6DC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ea6dc"
- COLOR_4EB3CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4eb3cf"
- COLOR_4EB3D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4eb3d3"
- COLOR_4ECDC4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4ECDC4"
- COLOR_4F5864 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f5864"
- COLOR_4F6980 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f6980"
- COLOR_4F7CBA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f7cba"
- COLOR_4F81AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f81af"
- COLOR_4F81BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f81bd"
- COLOR_4F9E53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f9e53"
- COLOR_5039C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5039c6"
- COLOR_504539 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#504539"
- COLOR_506E94 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#506e94"
- COLOR_508709 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#508709"
- COLOR_50B4C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#50b4c8"
- COLOR_50BEA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#50bea3"
- COLOR_50C49F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#50c49f"
- COLOR_50C9C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#50C9C3"
- COLOR_511818 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#511818"
- COLOR_512DA8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#512DA8"
- COLOR_514A9D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#514A9D"
- COLOR_516395 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#516395"
- COLOR_516B8B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#516B8B"
- COLOR_519C51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#519c51"
- COLOR_51A6C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#51a6c2"
- COLOR_51B364 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#51b364"
- COLOR_51C2A9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#51c2a9"
- COLOR_51C3F9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#51c3f9"
- COLOR_525252 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#525252"
- COLOR_525252 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#525252"
- COLOR_526DB0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#526db0"
- COLOR_528A02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#528a02"
- COLOR_529985 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#529985"
- COLOR_529C51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#529c51"
- COLOR_52C234 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#52C234"
- COLOR_53548A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#53548a"
- COLOR_536976 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#536976"
- COLOR_5383AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5383af"
- COLOR_539E52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#539e52"
- COLOR_542788 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#542788"
- COLOR_54278F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#54278f"
- COLOR_542D90 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#542d90"
- COLOR_543005 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#543005"
- COLOR_5430BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5430bb"
- COLOR_5433FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5433FF"
- COLOR_544A7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#544A7D"
- COLOR_5485B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5485b2"
- COLOR_549E39 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#549e39"
- COLOR_54A021 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#54a021"
- COLOR_553876 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#553876"
- COLOR_554023 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#554023"
- COLOR_555F6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#555f6a"
- COLOR_556270 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#556270"
- COLOR_559633 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#559633"
- COLOR_55992B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#55992b"
- COLOR_55AD89 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#55ad89"
- COLOR_5614B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5614B0"
- COLOR_565656 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#565656"
- COLOR_5691C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5691C8"
- COLOR_569735 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#569735"
- COLOR_56AB2F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#56AB2F"
- COLOR_56B4D3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#56B4D3"
- COLOR_56CCF2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#56CCF2"
- COLOR_575757 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#575757"
- COLOR_57606C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#57606c"
- COLOR_57A337 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#57a337"
- COLOR_580101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#580101"
- COLOR_585858 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#585858"
- COLOR_586215 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#586215"
- COLOR_586EA6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#586ea6"
- COLOR_58B6C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#58b6c0"
- COLOR_59504E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59504e"
- COLOR_595959 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#595959"
- COLOR_5982DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5982db"
- COLOR_598AB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#598ab5"
- COLOR_59A14F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59a14f"
- COLOR_59A253 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59a253"
- COLOR_59ACBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59acbe"
- COLOR_59B0B9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59b0b9"
- COLOR_59C173 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#59C173"
- COLOR_59CDE9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#59CDE9"
- COLOR_5A1705 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5a1705"
- COLOR_5A3F37 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5A3F37"
- COLOR_5AA2AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5aa2ae"
- COLOR_5AA355 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5aa355"
- COLOR_5AA6C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5aa6c0"
- COLOR_5AAE61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5aae61"
- COLOR_5AB4AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5ab4ac"
- COLOR_5B6570 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b6570"
- COLOR_5B86E5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5B86E5"
- COLOR_5B8CB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b8cb8"
- COLOR_5B8FBC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b8fbc"
- COLOR_5B9BD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b9bd5"
- COLOR_5B9EA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b9ea4"
- COLOR_5BB226 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5BB226"
- COLOR_5BD078 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5bd078"
- COLOR_5C258D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5C258D"
- COLOR_5C6068 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5c6068"
- COLOR_5C7852 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5C7852"
- COLOR_5C8DB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5c8db8"
- COLOR_5C92B5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5c92b5"
- COLOR_5CB644 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5CB644"
- COLOR_5CDB95 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5CDB95"
- COLOR_5D26C1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5D26C1"
- COLOR_5D4157 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5D4157"
- COLOR_5D5AD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5d5ad2"
- COLOR_5D739A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5d739a"
- COLOR_5DCEAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5dceaf"
- COLOR_5E3C99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5e3c99"
- COLOR_5E4FA2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5e4fa2"
- COLOR_5EA049 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5ea049"
- COLOR_5EC795 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5ec795"
- COLOR_5ECCF3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5eccf3"
- COLOR_5F2C82 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5F2C82"
- COLOR_5F5654 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f5654"
- COLOR_5F5A41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f5a41"
- COLOR_5F5F5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f5f5f"
- COLOR_5F9C9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f9c9d"
- COLOR_5F9ED1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f9ed1"
- COLOR_5FA2CE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5fa2ce"
- COLOR_5FBB68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5fbb68"
- COLOR_5FC3E4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5FC3E4"
- COLOR_6025F5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6025F5"
- COLOR_603813 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#603813"
- COLOR_604878 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#604878"
- COLOR_605C3C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#605C3C"
- COLOR_60636A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#60636a"
- COLOR_606372 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#606372"
- COLOR_606C88 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#606C88"
- COLOR_6076B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6076b4"
- COLOR_607D8B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#607D8B"
- COLOR_608F3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#608f3d"
- COLOR_60A24D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#60a24d"
- COLOR_60B5CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#60b5cc"
- COLOR_61045F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#61045F"
- COLOR_614385 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#614385"
- COLOR_615D9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#615d9a"
- COLOR_616161 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#616161"
- COLOR_61625E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#61625e"
- COLOR_616C77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#616c77"
- COLOR_6190E8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6190E8"
- COLOR_61A956 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#61a956"
- COLOR_6283AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6283ad"
- COLOR_629DD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#629dd1"
- COLOR_62A39F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#62a39f"
- COLOR_636363 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#636363"
- COLOR_636363 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#636363"
- COLOR_636FA4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#636FA4"
- COLOR_6388B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6388b4"
- COLOR_63891F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#63891f"
- COLOR_638B66 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#638b66"
- COLOR_6394BE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6394be"
- COLOR_63A0CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#63a0cc"
- COLOR_63A537 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#63a537"
- COLOR_640F10 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#640f10"
- COLOR_641345 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#641345"
- COLOR_642B73 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#642B73"
- COLOR_6441A5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6441A5"
- COLOR_645135 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#645135"
- COLOR_649173 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#649173"
- COLOR_64965E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#64965E"
- COLOR_64969F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#64969f"
- COLOR_64A73B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#64a73b"
- COLOR_64B3F4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#64B3F4"
- COLOR_64CDCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#64cdcc"
- COLOR_64F38C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#64F38C"
- COLOR_654EA3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#654EA3"
- COLOR_656A59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#656a59"
- COLOR_657689 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#657689"
- COLOR_6585CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6585cf"
- COLOR_659999 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#659999"
- COLOR_65C7F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#65C7F7"
- COLOR_660066 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#660066"
- COLOR_660075 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#660075"
- COLOR_662506 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#662506"
- COLOR_663366 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#663366"
- COLOR_66553E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66553e"
- COLOR_665C51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#665c51"
- COLOR_665EB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#665eb8"
- COLOR_666600 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#666600"
- COLOR_666666 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#666666"
- COLOR_666699 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#666699"
- COLOR_667559 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#667559"
- COLOR_667DB6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#667DB6"
- COLOR_66A61E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66a61e"
- COLOR_66B1CE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66b1ce"
- COLOR_66B2C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66b2c2"
- COLOR_66BD63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66bd63"
- COLOR_66C2A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66c2a4"
- COLOR_66C2A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66c2a5"
- COLOR_66FF00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#66FF00"
- COLOR_67000D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67000d"
- COLOR_67001F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67001f"
- COLOR_673AB7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#673AB7"
- COLOR_67737C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67737c"
- COLOR_67787B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67787b"
- COLOR_67924B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67924b"
- COLOR_67A956 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67a956"
- COLOR_67A9CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67a9cf"
- COLOR_67ADD4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67add4"
- COLOR_67AF5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67af5c"
- COLOR_67B26F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#67B26F"
- COLOR_67BF5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67bf5c"
- COLOR_68007F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#68007f"
- COLOR_6892A0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6892a0"
- COLOR_6997AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6997af"
- COLOR_69A761 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69a761"
- COLOR_69AA56 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69aa56"
- COLOR_69B764 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69b764"
- COLOR_69C5BE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69c5be"
- COLOR_69FFFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69ffff"
- COLOR_6A3093 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6A3093"
- COLOR_6A3D9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a3d9a"
- COLOR_6A51A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a51a3"
- COLOR_6A82FB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6A82FB"
- COLOR_6A9113 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6A9113"
- COLOR_6A9BC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a9bc3"
- COLOR_6A9E1F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a9e1f"
- COLOR_6A9EC5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a9ec5"
- COLOR_6AAC90 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6aac90"
- COLOR_6AAC91 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6aac91"
- COLOR_6B4A0B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6b4a0b"
- COLOR_6B6149 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6b6149"
- COLOR_6B6B6B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6b6b6b"
- COLOR_6B6B83 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6B6B83"
- COLOR_6B9BC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6b9bc7"
- COLOR_6BA3D6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6ba3d6"
- COLOR_6BAED6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6baed6"
- COLOR_6BB1C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6bb1c9"
- COLOR_6BB76D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6bb76d"
- COLOR_6BE585 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6BE585"
- COLOR_6C5B7B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6C5B7B"
- COLOR_6C6260 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6c6260"
- COLOR_6C9E6E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6c9e6e"
- COLOR_6CAE59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6cae59"
- COLOR_6D6027 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6D6027"
- COLOR_6DA6BE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6DA6BE"
- COLOR_6DCCDA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6dccda"
- COLOR_6DD5ED - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6DD5ED"
- COLOR_6DD5FA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6DD5FA"
- COLOR_6DE304 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6de304"
- COLOR_6E016B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6e016b"
- COLOR_6E48AA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6E48AA"
- COLOR_6E7A81 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6e7a81"
- COLOR_6E9EC2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6e9ec2"
- COLOR_6EA0B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6ea0b0"
- COLOR_6EB663 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6eb663"
- COLOR_6F0000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6F0000"
- COLOR_6F63BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f63bb"
- COLOR_6F6C7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f6c7d"
- COLOR_6F6F6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f6f6f"
- COLOR_6F6F74 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f6f74"
- COLOR_6F777D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f777d"
- COLOR_6F8183 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f8183"
- COLOR_6FB1FC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6FB1FC"
- COLOR_6FB899 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6fb899"
- COLOR_6FEBA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6feba0"
- COLOR_707C83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#707c83"
- COLOR_70A525 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#70a525"
- COLOR_70AD47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#70ad47"
- COLOR_70E1F5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#70E1F5"
- COLOR_70E2FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#70E2FF"
- COLOR_71685A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#71685a"
- COLOR_71685C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#71685c"
- COLOR_71B280 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#71B280"
- COLOR_71B2BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#71b2bc"
- COLOR_726056 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#726056"
- COLOR_727A17 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#727A17"
- COLOR_727CA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#727ca3"
- COLOR_728653 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#728653"
- COLOR_729ECE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#729ece"
- COLOR_72A376 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#72a376"
- COLOR_72A3C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#72a3c9"
- COLOR_72BAC6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#72bac6"
- COLOR_72C6EF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#72C6EF"
- COLOR_7303C0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7303C0"
- COLOR_730E00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#730e00"
- COLOR_732BEA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#732bea"
- COLOR_732E9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#732e9a"
- COLOR_733678 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#733678"
- COLOR_734B6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#734B6D"
- COLOR_736967 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#736967"
- COLOR_736C5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#736c5d"
- COLOR_737373 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#737373"
- COLOR_738AC8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#738ac8"
- COLOR_73BA67 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#73ba67"
- COLOR_73C8A9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#73C8A9"
- COLOR_7411D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7411d0"
- COLOR_747474 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#747474"
- COLOR_7474BF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7474BF"
- COLOR_748560 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#748560"
- COLOR_748A2F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#748a2f"
- COLOR_748CBC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#748cbc"
- COLOR_749805 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#749805"
- COLOR_74A9CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#74a9cf"
- COLOR_74ADD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#74add1"
- COLOR_74AF72 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#74af72"
- COLOR_74C476 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#74c476"
- COLOR_74EBD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#74EBD5"
- COLOR_753A88 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#753A88"
- COLOR_755DD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#755dd9"
- COLOR_756BB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#756bb1"
- COLOR_7570B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7570b3"
- COLOR_757519 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#757519"
- COLOR_757F9A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#757F9A"
- COLOR_758085 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#758085"
- COLOR_758087 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#758087"
- COLOR_7598D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7598d9"
- COLOR_759AA5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#759aa5"
- COLOR_75B65D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#75b65d"
- COLOR_75BC69 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#75bc69"
- COLOR_75BDA7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#75bda7"
- COLOR_762A83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#762a83"
- COLOR_767676 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#767676"
- COLOR_767F8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#767f8b"
- COLOR_76AF56 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#76af56"
- COLOR_76B7B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#76b7b2"
- COLOR_76B852 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#76B852"
- COLOR_76C5EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#76c5ef"
- COLOR_777777 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#777777"
- COLOR_777C84 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#777c84"
- COLOR_77A1D3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#77A1D3"
- COLOR_77A2BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#77a2bb"
- COLOR_77A9CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#77a9cf"
- COLOR_77ACD3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#77acd3"
- COLOR_780206 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#780206"
- COLOR_786C71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#786c71"
- COLOR_7873C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7873c0"
- COLOR_78A641 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#78a641"
- COLOR_78AA5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#78aa5d"
- COLOR_78AC35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#78ac35"
- COLOR_78C679 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#78c679"
- COLOR_78FFD6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#78FFD6"
- COLOR_790A14 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#790a14"
- COLOR_79463D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#79463d"
- COLOR_794747 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#794747"
- COLOR_795FAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#795faf"
- COLOR_79706E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#79706e"
- COLOR_797B7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#797b7e"
- COLOR_799F0C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#799F0C"
- COLOR_79A8A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#79a8a4"
- COLOR_79AACF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#79aacf"
- COLOR_79CBCA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#79CBCA"
- COLOR_7A0177 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a0177"
- COLOR_7A2828 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7A2828"
- COLOR_7A500A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a500a"
- COLOR_7A6A60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a6a60"
- COLOR_7A7A7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a7a7a"
- COLOR_7A855D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a855d"
- COLOR_7A8C8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a8c8e"
- COLOR_7AA1D2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7AA1D2"
- COLOR_7ABC5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7abc5f"
- COLOR_7B3014 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7b3014"
- COLOR_7B3294 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7b3294"
- COLOR_7B4397 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7B4397"
- COLOR_7B66D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7b66d2"
- COLOR_7B848F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7b848f"
- COLOR_7B920A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7B920A"
- COLOR_7BA79D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7ba79d"
- COLOR_7BC6CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7BC6CC"
- COLOR_7BC8E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7bc8e2"
- COLOR_7BCCC4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7bccc4"
- COLOR_7C4D79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7c4d79"
- COLOR_7C7270 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7c7270"
- COLOR_7C878D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7c878d"
- COLOR_7C984A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7c984a"
- COLOR_7CCA62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7cca62"
- COLOR_7D3C4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7d3c4a"
- COLOR_7D639B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7d639b"
- COLOR_7D888D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7d888d"
- COLOR_7D8F8C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7d8f8c"
- COLOR_7DC1EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7dc1ef"
- COLOR_7DC370 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7dc370"
- COLOR_7E13E3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e13e3"
- COLOR_7E6BC9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e6bc9"
- COLOR_7E756D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e756d"
- COLOR_7E848D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e848d"
- COLOR_7E97AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e97ad"
- COLOR_7EAED3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7eaed3"
- COLOR_7EB606 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7eb606"
- COLOR_7EC1CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7ec1ca"
- COLOR_7EC251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7ec251"
- COLOR_7EC6BC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7EC6BC"
- COLOR_7F0000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f0000"
- COLOR_7F00FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7F00FF"
- COLOR_7F2704 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f2704"
- COLOR_7F3B08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f3b08"
- COLOR_7F5F52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f5f52"
- COLOR_7F7F7F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f7f7f"
- COLOR_7F7FD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7F7FD5"
- COLOR_7F8FA9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f8fa9"
- COLOR_7F9A71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f9a71"
- COLOR_7FBC41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fbc41"
- COLOR_7FBF7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fbf7b"
- COLOR_7FC97F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fc97f"
- COLOR_7FCDBB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fcdbb"
- COLOR_7FD13B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fd13b"
- COLOR_800000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#800000"
- COLOR_800026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#800026"
- COLOR_800080 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#800080"
- COLOR_800080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#800080"
- COLOR_8064A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8064a2"
- COLOR_80716A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80716a"
- COLOR_80737A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80737a"
- COLOR_8073AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8073ac"
- COLOR_8074A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8074a8"
- COLOR_807774 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#807774"
- COLOR_807DBA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#807dba"
- COLOR_808080 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#808080"
- COLOR_808080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#808080"
- COLOR_808DA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#808da0"
- COLOR_808DA9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#808da9"
- COLOR_809EC2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#809ec2"
- COLOR_80B0D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80b0d5"
- COLOR_80B1D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80b1d3"
- COLOR_80B606 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80b606"
- COLOR_80C34F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80c34f"
- COLOR_80CDC1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80cdc1"
- COLOR_810F7C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#810f7c"
- COLOR_81537F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#81537f"
- COLOR_8175AA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8175aa"
- COLOR_818183 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#818183"
- COLOR_818B3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#818b3d"
- COLOR_81BB42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#81bb42"
- COLOR_81FF8A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#81FF8A"
- COLOR_824F1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#824f1c"
- COLOR_826276 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#826276"
- COLOR_827752 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#827752"
- COLOR_828288 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#828288"
- COLOR_82853B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#82853b"
- COLOR_82C162 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#82c162"
- COLOR_833AB4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#833AB4"
- COLOR_834736 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#834736"
- COLOR_834D9B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#834D9B"
- COLOR_835B82 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#835b82"
- COLOR_8360C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8360C3"
- COLOR_838383 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#838383"
- COLOR_838D9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#838d9b"
- COLOR_83992A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#83992a"
- COLOR_839C41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#839c41"
- COLOR_83A4D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#83A4D4"
- COLOR_83C1C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#83c1c6"
- COLOR_846648 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#846648"
- COLOR_848058 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#848058"
- COLOR_848E93 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#848e93"
- COLOR_849DB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#849db1"
- COLOR_84AA33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#84aa33"
- COLOR_84AC9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#84ac9d"
- COLOR_84ACB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#84acb6"
- COLOR_84B457 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#84b457"
- COLOR_855D5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#855d5d"
- COLOR_85776D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#85776d"
- COLOR_859398 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#859398"
- COLOR_85CA77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#85ca77"
- COLOR_85D8CE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#85D8CE"
- COLOR_860908 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#860908"
- COLOR_865640 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#865640"
- COLOR_865986 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#865986"
- COLOR_867099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#867099"
- COLOR_867E7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#867e7b"
- COLOR_86A8E7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#86A8E7"
- COLOR_86B4A9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#86b4a9"
- COLOR_86BCB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#86bcb6"
- COLOR_86C157 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#86c157"
- COLOR_86CE24 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#86ce24"
- COLOR_86FDE8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#86FDE8"
- COLOR_870000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#870000"
- COLOR_873624 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#873624"
- COLOR_87706B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#87706b"
- COLOR_87795D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#87795d"
- COLOR_877F6C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#877f6c"
- COLOR_8784C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8784c7"
- COLOR_878787 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#878787"
- COLOR_87D180 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#87d180"
- COLOR_88419D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#88419d"
- COLOR_8856A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8856a7"
- COLOR_89216B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#89216B"
- COLOR_89253E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#89253E"
- COLOR_8971E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8971e1"
- COLOR_8976AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8976ac"
- COLOR_897B61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#897b61"
- COLOR_898989 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#898989"
- COLOR_89B8DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#89b8da"
- COLOR_89C8CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#89c8cc"
- COLOR_89FFFD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#89FFFD"
- COLOR_8A2387 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8A2387"
- COLOR_8A2BE2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8A2BE2"
- COLOR_8A60B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8a60b0"
- COLOR_8AB833 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ab833"
- COLOR_8AC4A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ac4a7"
- COLOR_8AC765 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ac765"
- COLOR_8ACE7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ace7e"
- COLOR_8B5D3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8b5d3d"
- COLOR_8B723D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8b723d"
- COLOR_8B7C6E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8b7c6e"
- COLOR_8B9598 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8b9598"
- COLOR_8BDEDA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8BDEDA"
- COLOR_8C2D04 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c2d04"
- COLOR_8C510A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c510a"
- COLOR_8C564B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c564b"
- COLOR_8C5F86 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c5f86"
- COLOR_8C6BB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c6bb1"
- COLOR_8C73D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c73d0"
- COLOR_8C7B70 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c7b70"
- COLOR_8C8D86 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c8d86"
- COLOR_8C96C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c96c6"
- COLOR_8CA6DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8CA6DB"
- COLOR_8CAA7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8caa7e"
- COLOR_8CADAE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8cadae"
- COLOR_8CC2CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8cc2ca"
- COLOR_8CD17D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8cd17d"
- COLOR_8D34E0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d34e0"
- COLOR_8D35D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d35d1"
- COLOR_8D6374 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d6374"
- COLOR_8D6974 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d6974"
- COLOR_8D8481 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d8481"
- COLOR_8D878B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d878b"
- COLOR_8D89A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d89a4"
- COLOR_8DA0CB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8da0cb"
- COLOR_8DAB8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8dab8e"
- COLOR_8DBFA8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8dbfa8"
- COLOR_8DC26F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8DC26F"
- COLOR_8DD3C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8dd3c7"
- COLOR_8E0152 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8e0152"
- COLOR_8E0E00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E0E00"
- COLOR_8E2DE2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E2DE2"
- COLOR_8E44AD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E44AD"
- COLOR_8E54E9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E54E9"
- COLOR_8E736A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8e736a"
- COLOR_8E887C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8e887c"
- COLOR_8E9EAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E9EAB"
- COLOR_8EC0C1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ec0c1"
- COLOR_8ED07F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ed07f"
- COLOR_8F7A05 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8f7a05"
- COLOR_8F8782 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8f8782"
- COLOR_8F94FB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8F94FB"
- COLOR_8FB08C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8fb08c"
- COLOR_8FD180 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8fd180"
- COLOR_8FD9FB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8fd9fb"
- COLOR_903163 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#903163"
- COLOR_904E95 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#904E95"
- COLOR_90728F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90728f"
- COLOR_907F76 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#907f76"
- COLOR_908342 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#908342"
- COLOR_909465 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#909465"
- COLOR_909CE1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#909ce1"
- COLOR_90AC97 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90ac97"
- COLOR_90B960 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90b960"
- COLOR_90BA4C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90ba4c"
- COLOR_90BB23 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90bb23"
- COLOR_90C226 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90c226"
- COLOR_90CB68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90cb68"
- COLOR_91003F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91003f"
- COLOR_918485 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#918485"
- COLOR_918655 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#918655"
- COLOR_91B3D7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91b3d7"
- COLOR_91BFDB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91bfdb"
- COLOR_91CF60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91cf60"
- COLOR_91D183 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91d183"
- COLOR_91DCEA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91dcea"
- COLOR_91EAE4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#91EAE4"
- COLOR_92278F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92278f"
- COLOR_926591 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#926591"
- COLOR_928B70 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#928b70"
- COLOR_928DAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#928DAB"
- COLOR_929292 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#929292"
- COLOR_92A185 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92a185"
- COLOR_92A9B9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92a9b9"
- COLOR_92AA4C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92aa4c"
- COLOR_92C0DF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92c0df"
- COLOR_92C5DE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92c5de"
- COLOR_92FE9D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#92FE9D"
- COLOR_93291E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#93291E"
- COLOR_939C9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#939c9e"
- COLOR_93A299 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#93a299"
- COLOR_93B958 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#93b958"
- COLOR_93E50D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#93e50d"
- COLOR_93EDC7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#93EDC7"
- COLOR_93F9B9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#93F9B9"
- COLOR_9400D3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9400D3"
- COLOR_94147C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94147c"
- COLOR_9467BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9467bd"
- COLOR_94716B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#94716B"
- COLOR_94734E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94734e"
- COLOR_948C88 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#948c88"
- COLOR_948E99 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#948E99"
- COLOR_94917B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94917b"
- COLOR_94A088 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94a088"
- COLOR_94A323 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94a323"
- COLOR_94B6D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94b6d2"
- COLOR_94BB83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94bb83"
- COLOR_94C600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94c600"
- COLOR_94D0C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94d0c0"
- COLOR_94D6B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94d6b7"
- COLOR_95008A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#95008A"
- COLOR_956251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#956251"
- COLOR_956B43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#956b43"
- COLOR_958B8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#958b8b"
- COLOR_959C9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#959c9e"
- COLOR_95A39D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95a39d"
- COLOR_95C1DD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95c1dd"
- COLOR_95C5B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95c5b0"
- COLOR_95C5E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95c5e1"
- COLOR_95CECF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95cecf"
- COLOR_960B33 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#960B33"
- COLOR_964305 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#964305"
- COLOR_964D2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#964d2c"
- COLOR_968C8C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#968c8c"
- COLOR_969696 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#969696"
- COLOR_969FA7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#969fa7"
- COLOR_96C93D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#96C93D"
- COLOR_96DEDA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#96DEDA"
- COLOR_96E6A1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#96E6A1"
- COLOR_972109 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#972109"
- COLOR_9733EE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9733EE"
- COLOR_9768A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9768a5"
- COLOR_9796F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9796F0"
- COLOR_97CFD0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#97cfd0"
- COLOR_97E9D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#97e9d5"
- COLOR_980043 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#980043"
- COLOR_984EA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#984ea3"
- COLOR_989AAC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#989aac"
- COLOR_989CA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#989ca3"
- COLOR_98C723 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#98c723"
- COLOR_98D0C1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#98D0C1"
- COLOR_98D687 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#98d687"
- COLOR_98D9E4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#98d9e4"
- COLOR_98DF8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#98df8a"
- COLOR_990000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#990000"
- COLOR_99000D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99000d"
- COLOR_993232 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#993232"
- COLOR_993366 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#993366"
- COLOR_9933FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9933ff"
- COLOR_993404 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#993404"
- COLOR_995688 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#995688"
- COLOR_9970AB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9970ab"
- COLOR_998EC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#998ec3"
- COLOR_998EE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#998EE0"
- COLOR_99987F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99987f"
- COLOR_999966 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#999966"
- COLOR_999966 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#999966"
- COLOR_999999 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#999999"
- COLOR_9999FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9999ff"
- COLOR_99B059 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99b059"
- COLOR_99CB38 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99cb38"
- COLOR_99CC00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99cc00"
- COLOR_99D594 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99d594"
- COLOR_99D8C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99d8c9"
- COLOR_99F2C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#99F2C8"
- COLOR_9A66CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9a66ca"
- COLOR_9A6A96 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9a6a96"
- COLOR_9A8478 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9A8478"
- COLOR_9A92CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9a92cd"
- COLOR_9AC4E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ac4e1"
- COLOR_9ACD4C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9acd4c"
- COLOR_9AD26D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ad26d"
- COLOR_9B2D1F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b2d1f"
- COLOR_9B57D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b57d3"
- COLOR_9B6BF2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b6bf2"
- COLOR_9B6C34 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b6c34"
- COLOR_9B7362 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b7362"
- COLOR_9B75B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b75b2"
- COLOR_9B8357 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b8357"
- COLOR_9B9256 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b9256"
- COLOR_9B938F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b938f"
- COLOR_9B93C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b93c9"
- COLOR_9B9B9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b9b9b"
- COLOR_9BAFB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9bafb5"
- COLOR_9BB05E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9bb05e"
- COLOR_9BBB59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9bbb59"
- COLOR_9BC5C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9BC5C3"
- COLOR_9BC7E4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9bc7e4"
- COLOR_9C0001 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c0001"
- COLOR_9C007F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c007f"
- COLOR_9C0824 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c0824"
- COLOR_9C5238 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c5238"
- COLOR_9C5252 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c5252"
- COLOR_9C5B14 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c5b14"
- COLOR_9C6A6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c6a6a"
- COLOR_9C755F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c755f"
- COLOR_9C8265 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c8265"
- COLOR_9C85C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c85c0"
- COLOR_9C9290 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c9290"
- COLOR_9CA383 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ca383"
- COLOR_9CA3A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ca3a4"
- COLOR_9CB084 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9cb084"
- COLOR_9CBEBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9cbebd"
- COLOR_9CECFB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9CECFB"
- COLOR_9D09D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d09d1"
- COLOR_9D50BB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9D50BB"
- COLOR_9D7660 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d7660"
- COLOR_9D90A0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d90a0"
- COLOR_9D936F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d936f"
- COLOR_9D983D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d983d"
- COLOR_9DE61E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9de61e"
- COLOR_9E0142 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e0142"
- COLOR_9E3A26 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e3a26"
- COLOR_9E3D22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e3d22"
- COLOR_9E5E9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e5e9b"
- COLOR_9E8E5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e8e5c"
- COLOR_9E9273 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e9273"
- COLOR_9E9AC8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e9ac8"
- COLOR_9EB060 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9eb060"
- COLOR_9EBCDA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ebcda"
- COLOR_9EC544 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ec544"
- COLOR_9ECAE1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ecae1"
- COLOR_9EDAE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9edae5"
- COLOR_9F2936 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9f2936"
- COLOR_9F3632 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9f3632"
- COLOR_9F8351 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9f8351"
- COLOR_9F8F12 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9f8f12"
- COLOR_9FA0A8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9FA0A8"
- COLOR_9FB8CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9fb8cd"
- COLOR_9FCD99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9fcd99"
- COLOR_9FDAFB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9fdafb"
- COLOR_9FE62F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9fe62f"
- COLOR_9FFF5B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9FFF5B"
- COLOR_A044FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A044FF"
- COLOR_A04DA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a04da3"
- COLOR_A08400 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a08400"
- COLOR_A09781 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a09781"
- COLOR_A0988C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0988c"
- COLOR_A0A16A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0a16a"
- COLOR_A0A7A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0a7a8"
- COLOR_A0CBE8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0cbe8"
- COLOR_A0D4EE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0d4ee"
- COLOR_A0D571 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0d571"
- COLOR_A16BB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a16bb1"
- COLOR_A17FE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A17FE0"
- COLOR_A19574 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a19574"
- COLOR_A1D5D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1d5d2"
- COLOR_A1D68B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1d68b"
- COLOR_A1D76A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1d76a"
- COLOR_A1D99B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1d99b"
- COLOR_A1DAB4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1dab4"
- COLOR_A1FFCE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A1FFCE"
- COLOR_A23C33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a23c33"
- COLOR_A26DC2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a26dc2"
- COLOR_A27099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a27099"
- COLOR_A28E6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a28e6a"
- COLOR_A29996 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a29996"
- COLOR_A2A2A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2a2a2"
- COLOR_A2AB58 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A2AB58"
- COLOR_A2B170 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2b170"
- COLOR_A2B627 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2b627"
- COLOR_A2C18F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2c18f"
- COLOR_A2C816 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2c816"
- COLOR_A2C8EC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2c8ec"
- COLOR_A2CEAA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2ceaa"
- COLOR_A2CF49 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2cf49"
- COLOR_A3123A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3123a"
- COLOR_A32323 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a32323"
- COLOR_A33202 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a33202"
- COLOR_A35DD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a35dd1"
- COLOR_A379BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a379bb"
- COLOR_A39FC9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a39fc9"
- COLOR_A3A101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3a101"
- COLOR_A3ACB9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3acb9"
- COLOR_A3BD5A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3bd5a"
- COLOR_A3CCE9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3cce9"
- COLOR_A43931 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A43931"
- COLOR_A46645 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a46645"
- COLOR_A4A4A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a4a4a4"
- COLOR_A4A4D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a4a4d5"
- COLOR_A4A9AB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a4a9ab"
- COLOR_A50026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a50026"
- COLOR_A50E82 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a50e82"
- COLOR_A50F15 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a50f15"
- COLOR_A5300F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5300f"
- COLOR_A53010 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a53010"
- COLOR_A55A43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a55a43"
- COLOR_A5644E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5644e"
- COLOR_A5A5A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5a5a5"
- COLOR_A5AB81 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5ab81"
- COLOR_A5ACAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5acaf"
- COLOR_A5B592 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5b592"
- COLOR_A5C249 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5c249"
- COLOR_A5CC82 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A5CC82"
- COLOR_A5CFE9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5cfe9"
- COLOR_A5D028 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5d028"
- COLOR_A5D848 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5d848"
- COLOR_A5DB96 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5db96"
- COLOR_A5FECB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A5FECB"
- COLOR_A63212 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a63212"
- COLOR_A63603 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a63603"
- COLOR_A63D32 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a63d32"
- COLOR_A64122 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a64122"
- COLOR_A65628 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a65628"
- COLOR_A6611A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6611a"
- COLOR_A666E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a666e1"
- COLOR_A6761D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6761d"
- COLOR_A6987D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6987d"
- COLOR_A699E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a699e8"
- COLOR_A6B727 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6b727"
- COLOR_A6BDDB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6bddb"
- COLOR_A6CEE3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6cee3"
- COLOR_A6D854 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6d854"
- COLOR_A6D96A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6d96a"
- COLOR_A6DBA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6dba0"
- COLOR_A6FFCB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A6FFCB"
- COLOR_A73737 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A73737"
- COLOR_A770EF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A770EF"
- COLOR_A7B789 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a7b789"
- COLOR_A7BFE8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A7BFE8"
- COLOR_A7EA52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a7ea52"
- COLOR_A80077 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A80077"
- COLOR_A811DA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A811DA"
- COLOR_A83279 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A83279"
- COLOR_A83E24 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a83e24"
- COLOR_A84415 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a84415"
- COLOR_A8786E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a8786e"
- COLOR_A8B97F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a8b97f"
- COLOR_A8C0FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8C0FF"
- COLOR_A8CABA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8CABA"
- COLOR_A8CDD7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a8cdd7"
- COLOR_A8CECF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8CECF"
- COLOR_A8DDB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a8ddb5"
- COLOR_A8E063 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8E063"
- COLOR_A8EB12 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8EB12"
- COLOR_A8FF78 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8FF78"
- COLOR_A90C38 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a90c38"
- COLOR_A98D63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a98d63"
- COLOR_A9A09D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a9a09d"
- COLOR_A9A57C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a9a57c"
- COLOR_A9B5AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a9b5ae"
- COLOR_AA076B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AA076B"
- COLOR_AA2B1E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aa2b1e"
- COLOR_AA3A38 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AA3A38"
- COLOR_AA4B6B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AA4B6B"
- COLOR_AA759D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aa759d"
- COLOR_AA8780 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aa8780"
- COLOR_AAFFA9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AAFFA9"
- COLOR_AB6AD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ab6ad5"
- COLOR_ABABAB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ababab"
- COLOR_ABBAAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ABBAAB"
- COLOR_ABD9E9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#abd9e9"
- COLOR_ABDDA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#abdda4"
- COLOR_ABECD6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ABECD6"
- COLOR_AC3EC1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac3ec1"
- COLOR_AC613C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac613c"
- COLOR_AC66BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac66bb"
- COLOR_AC7299 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac7299"
- COLOR_AC8763 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac8763"
- COLOR_AC956E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac956e"
- COLOR_ACB0B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#acb0b1"
- COLOR_ACB6E5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ACB6E5"
- COLOR_ACBB78 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ACBB78"
- COLOR_ACD98D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#acd98d"
- COLOR_ACDC7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#acdc7a"
- COLOR_ACF7F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ACF7F0"
- COLOR_AD0101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad0101"
- COLOR_AD4433 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad4433"
- COLOR_AD5389 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AD5389"
- COLOR_AD7D4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad7d4d"
- COLOR_AD8082 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad8082"
- COLOR_AD84C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad84c6"
- COLOR_AD8BC9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad8bc9"
- COLOR_AD8F67 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad8f67"
- COLOR_AD9024 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad9024"
- COLOR_AD9277 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad9277"
- COLOR_AD9D7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad9d7b"
- COLOR_ADA996 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ADA996"
- COLOR_ADD100 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ADD100"
- COLOR_ADDD8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#addd8e"
- COLOR_AE017E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ae017e"
- COLOR_AE123A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ae123a"
- COLOR_AEAFA9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aeafa9"
- COLOR_AEB795 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aeb795"
- COLOR_AEBAD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aebad5"
- COLOR_AEC7E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aec7e8"
- COLOR_AEDCD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aedcd5"
- COLOR_AF4623 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#af4623"
- COLOR_AF8DC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#af8dc3"
- COLOR_AFA14B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#afa14b"
- COLOR_AFBF41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#afbf41"
- COLOR_AFD6ED - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#afd6ed"
- COLOR_B01513 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b01513"
- COLOR_B06AB3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B06AB3"
- COLOR_B07AA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b07aa1"
- COLOR_B0A7A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b0a7a4"
- COLOR_B0CCB0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b0ccb0"
- COLOR_B0DAB9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B0DAB9"
- COLOR_B10026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b10026"
- COLOR_B10318 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b10318"
- COLOR_B10C1D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b10c1d"
- COLOR_B15928 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b15928"
- COLOR_B173A0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b173a0"
- COLOR_B19C7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b19c7d"
- COLOR_B1A089 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b1a089"
- COLOR_B1DE7F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b1de7f"
- COLOR_B20A2C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B20A2C"
- COLOR_B2182B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2182b"
- COLOR_B21F1F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B21F1F"
- COLOR_B22600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b22600"
- COLOR_B2324B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2324b"
- COLOR_B24223 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b24223"
- COLOR_B24592 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B24592"
- COLOR_B258D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b258d3"
- COLOR_B27BA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b27ba1"
- COLOR_B27D49 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b27d49"
- COLOR_B29F94 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B29F94"
- COLOR_B2ABD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2abd2"
- COLOR_B2AD8F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2ad8f"
- COLOR_B2B2B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2b2b2"
- COLOR_B2C25B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2c25b"
- COLOR_B2DF8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2df8a"
- COLOR_B2E2E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2e2e2"
- COLOR_B2FEFA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B2FEFA"
- COLOR_B30000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b30000"
- COLOR_B31166 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b31166"
- COLOR_B31217 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B31217"
- COLOR_B32C16 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b32c16"
- COLOR_B34D34 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b34d34"
- COLOR_B35806 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b35806"
- COLOR_B3B3B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3b3b3"
- COLOR_B3B7B8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3b7b8"
- COLOR_B3CDE3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3cde3"
- COLOR_B3DE69 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3de69"
- COLOR_B3E0A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3e0a6"
- COLOR_B3E2CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3e2cd"
- COLOR_B3FFAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B3FFAB"
- COLOR_B41F27 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b41f27"
- COLOR_B45EC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b45ec7"
- COLOR_B4936D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4936d"
- COLOR_B4B19B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4b19b"
- COLOR_B4B392 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4b392"
- COLOR_B4B7B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4b7b7"
- COLOR_B4D4DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4d4da"
- COLOR_B50B1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b50b1b"
- COLOR_B523B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b523b4"
- COLOR_B54721 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b54721"
- COLOR_B560D4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b560d4"
- COLOR_B58B80 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b58b80"
- COLOR_B5AC49 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B5AC49"
- COLOR_B5AE53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b5ae53"
- COLOR_B5B9FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B5B9FF"
- COLOR_B5BB83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b5bb83"
- COLOR_B5C8E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b5c8e2"
- COLOR_B5DFFD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b5dffd"
- COLOR_B60A1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b60a1c"
- COLOR_B64926 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b64926"
- COLOR_B66353 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b66353"
- COLOR_B6992D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b6992d"
- COLOR_B6DF5E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b6df5e"
- COLOR_B6FBFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B6FBFF"
- COLOR_B71D3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b71d3e"
- COLOR_B71E42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b71e42"
- COLOR_B74D21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b74d21"
- COLOR_B77BB4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b77bb4"
- COLOR_B79891 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B79891"
- COLOR_B7AFAB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b7afab"
- COLOR_B7CDE2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b7cde2"
- COLOR_B7E6A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b7e6a7"
- COLOR_B80E0F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b80e0f"
- COLOR_B8163A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b8163a"
- COLOR_B81840 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b81840"
- COLOR_B83D68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b83d68"
- COLOR_B84B23 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b84b23"
- COLOR_B85636 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b85636"
- COLOR_B85A0D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b85a0d"
- COLOR_B882A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b882a6"
- COLOR_B88472 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b88472"
- COLOR_B8E186 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b8e186"
- COLOR_B91D73 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B91D73"
- COLOR_B92B27 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B92B27"
- COLOR_B993D6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B993D6"
- COLOR_B9A0A0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B9A0A0"
- COLOR_B9A0B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9a0b4"
- COLOR_B9A489 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9a489"
- COLOR_B9AA97 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9aa97"
- COLOR_B9AB6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9ab6f"
- COLOR_B9CA1A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9ca1a"
- COLOR_B9CA5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9ca5d"
- COLOR_B9D7B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9d7b7"
- COLOR_B9DDF1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9ddf1"
- COLOR_BA43B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ba43b4"
- COLOR_BA5370 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BA5370"
- COLOR_BA7E45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ba7e45"
- COLOR_BA8B02 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BA8B02"
- COLOR_BAA094 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#baa094"
- COLOR_BAB0AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bab0ac"
- COLOR_BAB2AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bab2ae"
- COLOR_BABABA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bababa"
- COLOR_BACC82 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bacc82"
- COLOR_BAD6AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bad6ad"
- COLOR_BAE4B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bae4b3"
- COLOR_BAE4BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bae4bc"
- COLOR_BB377D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BB377D"
- COLOR_BB5137 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb5137"
- COLOR_BB6348 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb6348"
- COLOR_BB7359 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb7359"
- COLOR_BB7693 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb7693"
- COLOR_BB8640 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb8640"
- COLOR_BBC9E5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bbc9e5"
- COLOR_BBD2C5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BBD2C5"
- COLOR_BC451B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bc451b"
- COLOR_BC4623 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bc4623"
- COLOR_BC4E9C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BC4E9C"
- COLOR_BC72F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bc72f0"
- COLOR_BC80BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bc80bd"
- COLOR_BCBD22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bcbd22"
- COLOR_BCBDDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bcbddc"
- COLOR_BCBFBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bcbfbe"
- COLOR_BCCFB4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bccfb4"
- COLOR_BCE4D8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bce4d8"
- COLOR_BD0026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd0026"
- COLOR_BD0A36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd0a36"
- COLOR_BD1100 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd1100"
- COLOR_BD1316 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd1316"
- COLOR_BD273F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd273f"
- COLOR_BD3F32 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BD3F32"
- COLOR_BD582C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd582c"
- COLOR_BD6036 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd6036"
- COLOR_BDBDBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bdbdbd"
- COLOR_BDC0BF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bdc0bf"
- COLOR_BDC3C7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BDC3C7"
- COLOR_BDC9E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bdc9e1"
- COLOR_BDD7E7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bdd7e7"
- COLOR_BDFFF3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BDFFF3"
- COLOR_BE0204 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#be0204"
- COLOR_BE2A3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#be2a3e"
- COLOR_BE5869 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BE5869"
- COLOR_BE89AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#be89ac"
- COLOR_BE93C5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BE93C5"
- COLOR_BEAE98 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#beae98"
- COLOR_BEAED4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#beaed4"
- COLOR_BEB6B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#beb6b2"
- COLOR_BEBADA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bebada"
- COLOR_BF5AE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BF5AE0"
- COLOR_BF5B17 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf5b17"
- COLOR_BF5E00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf5e00"
- COLOR_BF7B1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf7b1b"
- COLOR_BF812D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf812d"
- COLOR_BF974D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf974d"
- COLOR_BFB202 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfb202"
- COLOR_BFBB60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfbb60"
- COLOR_BFBFA5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfbfa5"
- COLOR_BFBFBF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfbfbf"
- COLOR_BFD3E6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfd3e6"
- COLOR_BFE6BA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BFE6BA"
- COLOR_BFE9FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BFE9FF"
- COLOR_C00000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c00000"
- COLOR_C02425 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C02425"
- COLOR_C0392B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C0392B"
- COLOR_C04848 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C04848"
- COLOR_C0504D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c0504d"
- COLOR_C06C84 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C06C84"
- COLOR_C08262 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c08262"
- COLOR_C0BEAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c0beaf"
- COLOR_C0C0AA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C0C0AA"
- COLOR_C0CF3A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c0cf3a"
- COLOR_C11A3B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c11a3b"
- COLOR_C14F22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c14f22"
- COLOR_C16941 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c16941"
- COLOR_C17529 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c17529"
- COLOR_C189B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c189b0"
- COLOR_C19859 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c19859"
- COLOR_C1A33B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c1a33b"
- COLOR_C1AD79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c1ad79"
- COLOR_C1B56B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c1b56b"
- COLOR_C1E6B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c1e6b4"
- COLOR_C21417 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c21417"
- COLOR_C21500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C21500"
- COLOR_C26B51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c26b51"
- COLOR_C2A5CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2a5cf"
- COLOR_C2AD8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2ad8d"
- COLOR_C2BC80 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2bc80"
- COLOR_C2E59C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C2E59C"
- COLOR_C2E699 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2e699"
- COLOR_C2E8C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2e8c4"
- COLOR_C31432 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C31432"
- COLOR_C32D2E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c32d2e"
- COLOR_C33764 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C33764"
- COLOR_C3986D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3986d"
- COLOR_C3BC3F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3bc3f"
- COLOR_C3C3C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3c3c3"
- COLOR_C3C55D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3c55d"
- COLOR_C3CE3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3ce3d"
- COLOR_C3E394 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3e394"
- COLOR_C42F1A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c42f1a"
- COLOR_C43141 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c43141"
- COLOR_C46487 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c46487"
- COLOR_C4652D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c4652d"
- COLOR_C471ED - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C471ED"
- COLOR_C47247 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c47247"
- COLOR_C47810 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c47810"
- COLOR_C48FB2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c48fb2"
- COLOR_C49C94 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c49c94"
- COLOR_C4D8F3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c4d8f3"
- COLOR_C4E0E5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C4E0E5"
- COLOR_C4EAB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c4eab1"
- COLOR_C51B7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c51b7d"
- COLOR_C51B8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c51b8a"
- COLOR_C54F71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c54f71"
- COLOR_C5796D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C5796D"
- COLOR_C5A6E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5a6e8"
- COLOR_C5B0D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5b0d5"
- COLOR_C5BDB9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5bdb9"
- COLOR_C5BFBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5bfbe"
- COLOR_C5C7C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5c7c6"
- COLOR_C61B1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c61b1b"
- COLOR_C62324 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c62324"
- COLOR_C6426E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C6426E"
- COLOR_C64847 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c64847"
- COLOR_C64A22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c64a22"
- COLOR_C66951 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c66951"
- COLOR_C6B178 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6b178"
- COLOR_C6C1F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6c1f0"
- COLOR_C6C6C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6c6c6"
- COLOR_C6DBEF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6dbef"
- COLOR_C6EBB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6ebb8"
- COLOR_C6FFDD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C6FFDD"
- COLOR_C70F0C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c70f0c"
- COLOR_C7519C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7519c"
- COLOR_C76402 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c76402"
- COLOR_C779D0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C779D0"
- COLOR_C799BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c799bc"
- COLOR_C7C7C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7c7c7"
- COLOR_C7E298 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7e298"
- COLOR_C7E9B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7e9b4"
- COLOR_C7E9C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7e9c0"
- COLOR_C7EAE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7eae5"
- COLOR_C8133B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c8133b"
- COLOR_C82912 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c82912"
- COLOR_C830CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c830cc"
- COLOR_C84E89 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C84E89"
- COLOR_C85200 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c85200"
- COLOR_C89F5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c89f5d"
- COLOR_C8D0D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c8d0d9"
- COLOR_C913AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c913ad"
- COLOR_C92B14 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c92b14"
- COLOR_C94B4B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C94B4B"
- COLOR_C95F2B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c95f2b"
- COLOR_C96731 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c96731"
- COLOR_C9784D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c9784d"
- COLOR_C994C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c994c7"
- COLOR_C9972B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c9972b"
- COLOR_C99846 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C99846"
- COLOR_C9D6FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C9D6FF"
- COLOR_C9DAD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c9dad2"
- COLOR_C9FFBF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C9FFBF"
- COLOR_CA0020 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca0020"
- COLOR_CA223C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca223c"
- COLOR_CA3A42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca3a42"
- COLOR_CA5422 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca5422"
- COLOR_CA96B8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca96b8"
- COLOR_CAB2D6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cab2d6"
- COLOR_CAC531 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CAC531"
- COLOR_CACACA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cacaca"
- COLOR_CADAF1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cadaf1"
- COLOR_CAE6C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cae6c0"
- COLOR_CB181D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cb181d"
- COLOR_CB2D3E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CB2D3E"
- COLOR_CB3066 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CB3066"
- COLOR_CB356B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CB356B"
- COLOR_CBAD6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CBAD6D"
- COLOR_CBB4D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CBB4D4"
- COLOR_CBC9E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cbc9e2"
- COLOR_CBCAA5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CBCAA5"
- COLOR_CBD5E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cbd5e8"
- COLOR_CC2B5E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CC2B5E"
- COLOR_CC312B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc312b"
- COLOR_CC4C02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc4c02"
- COLOR_CC5333 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CC5333"
- COLOR_CC5439 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc5439"
- COLOR_CC86D1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CC86D1"
- COLOR_CC8E60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc8e60"
- COLOR_CC8F63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc8f63"
- COLOR_CC95C0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CC95C0"
- COLOR_CC9900 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc9900"
- COLOR_CCAF0A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccaf0a"
- COLOR_CCB22B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccb22b"
- COLOR_CCB400 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccb400"
- COLOR_CCC94D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccc94d"
- COLOR_CCCCB2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CCCCB2"
- COLOR_CCCCCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cccccc"
- COLOR_CCCCFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccccff"
- COLOR_CCEBC5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccebc5"
- COLOR_CCECE6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccece6"
- COLOR_CCFF00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CCFF00"
- COLOR_CCFF33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccff33"
- COLOR_CCFFFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccffff"
- COLOR_CD93FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CD93FF"
- COLOR_CD9C47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cd9c47"
- COLOR_CDB756 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cdb756"
- COLOR_CDC4C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cdc4c0"
- COLOR_CDCC5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cdcc5d"
- COLOR_CDCECD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cdcecd"
- COLOR_CE1256 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce1256"
- COLOR_CE6633 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce6633"
- COLOR_CE69BE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce69be"
- COLOR_CE8451 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce8451"
- COLOR_CE8D3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce8d3e"
- COLOR_CEB966 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ceb966"
- COLOR_CEC597 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cec597"
- COLOR_CECB76 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cecb76"
- COLOR_CED7C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ced7c3"
- COLOR_CF1719 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf1719"
- COLOR_CF3E53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf3e53"
- COLOR_CF4F22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf4f22"
- COLOR_CF543F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf543f"
- COLOR_CF6DA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf6da4"
- COLOR_CF7133 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf7133"
- COLOR_CF8BF3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CF8BF3"
- COLOR_CF9DBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf9dbe"
- COLOR_CFC60D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cfc60d"
- COLOR_CFCFCF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cfcfcf"
- COLOR_CFDCEF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cfdcef"
- COLOR_CFDEF3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CFDEF3"
- COLOR_COLUMN_ID_TEMPLATE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
- COLOR_D01C8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d01c8b"
- COLOR_D04344 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d04344"
- COLOR_D04ED6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D04ED6"
- COLOR_D06B20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d06b20"
- COLOR_D092A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d092a7"
- COLOR_D098EE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d098ee"
- COLOR_D09A08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d09a08"
- COLOR_D0BE40 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d0be40"
- COLOR_D0D1E6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d0d1e6"
- COLOR_D0DCEF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d0dcef"
- COLOR_D0E0F6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d0e0f6"
- COLOR_D11719 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d11719"
- COLOR_D16349 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d16349"
- COLOR_D17DF9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d17df9"
- COLOR_D19049 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d19049"
- COLOR_D1913C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D1913C"
- COLOR_D1D1D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d1d1d1"
- COLOR_D1E5F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d1e5f0"
- COLOR_D23A21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d23a21"
- COLOR_D25921 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d25921"
- COLOR_D2610C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d2610c"
- COLOR_D2C2F1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d2c2f1"
- COLOR_D2CB6C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d2cb6c"
- COLOR_D2DA7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d2da7a"
- COLOR_D31027 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D31027"
- COLOR_D3293D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d3293d"
- COLOR_D34817 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d34817"
- COLOR_D35940 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d35940"
- COLOR_D36F68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d36f68"
- COLOR_D37295 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d37295"
- COLOR_D38312 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D38312"
- COLOR_D38C54 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d38c54"
- COLOR_D3959B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D3959B"
- COLOR_D39D38 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D39D38"
- COLOR_D3BA68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d3ba68"
- COLOR_D3C95F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d3c95f"
- COLOR_D3CBB8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D3CBB8"
- COLOR_D3CCE3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D3CCE3"
- COLOR_D3D3D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#D3D3D3"
- COLOR_D43E25 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d43e25"
- COLOR_D45B21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d45b21"
- COLOR_D4A3C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4a3c3"
- COLOR_D4A6C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4a6c8"
- COLOR_D4B95E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4b95e"
- COLOR_D4B9DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4b9da"
- COLOR_D4CCC8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4ccc8"
- COLOR_D4D3DD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D4D3DD"
- COLOR_D4E6CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4e6cc"
- COLOR_D4FC79 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D4FC79"
- COLOR_D53369 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D53369"
- COLOR_D5393D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5393d"
- COLOR_D53DD0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d53dd0"
- COLOR_D53E4F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d53e4f"
- COLOR_D54773 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d54773"
- COLOR_D54C45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d54c45"
- COLOR_D55816 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d55816"
- COLOR_D5A4C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5a4c4"
- COLOR_D5BB21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5bb21"
- COLOR_D5D5D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5d5d5"
- COLOR_D5DFEC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5dfec"
- COLOR_D5F0CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5f0ca"
- COLOR_D62728 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d62728"
- COLOR_D63A3A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d63a3a"
- COLOR_D64787 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d64787"
- COLOR_D64A3B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d64a3b"
- COLOR_D64C45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d64c45"
- COLOR_D6604D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d6604d"
- COLOR_D66D75 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D66D75"
- COLOR_D6862D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d6862d"
- COLOR_D6A4A4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D6A4A4"
- COLOR_D6AE7B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D6AE7B"
- COLOR_D70652 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D70652"
- COLOR_D7191C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7191c"
- COLOR_D7301F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7301f"
- COLOR_D73027 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d73027"
- COLOR_D74401 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d74401"
- COLOR_D75521 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d75521"
- COLOR_D76D77 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D76D77"
- COLOR_D7B5A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7b5a6"
- COLOR_D7B5D8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7b5d8"
- COLOR_D7CE9F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7ce9f"
- COLOR_D7D2CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D7D2CC"
- COLOR_D7D447 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7d447"
- COLOR_D7D5C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7d5c5"
- COLOR_D7DDE8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D7DDE8"
- COLOR_D82526 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d82526"
- COLOR_D8392C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d8392c"
- COLOR_D85A13 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d85a13"
- COLOR_D898BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d898ba"
- COLOR_D89C63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d89c63"
- COLOR_D8B25C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d8b25c"
- COLOR_D8B365 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d8b365"
- COLOR_D8DAEB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d8daeb"
- COLOR_D94701 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d94701"
- COLOR_D94801 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d94801"
- COLOR_D95F02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d95f02"
- COLOR_D95F0E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d95f0e"
- COLOR_D97828 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d97828"
- COLOR_D99455 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d99455"
- COLOR_D99C3F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d99c3f"
- COLOR_D9A7C7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D9A7C7"
- COLOR_D9D5C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9d5c9"
- COLOR_D9D9D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9d9d9"
- COLOR_D9EF8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9ef8b"
- COLOR_D9F0A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9f0a3"
- COLOR_D9F0D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9f0d3"
- COLOR_DA1F28 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#da1f28"
- COLOR_DA22FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DA22FF"
- COLOR_DA323F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#da323f"
- COLOR_DA4453 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DA4453"
- COLOR_DA5AF4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#da5af4"
- COLOR_DAABCB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#daabcb"
- COLOR_DAB6AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dab6af"
- COLOR_DAD299 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DAD299"
- COLOR_DADAEB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dadaeb"
- COLOR_DAE1EA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dae1ea"
- COLOR_DAE2F8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DAE2F8"
- COLOR_DB36A4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DB36A4"
- COLOR_DB5E20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#db5e20"
- COLOR_DBA13A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dba13a"
- COLOR_DBCF47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbcf47"
- COLOR_DBD4B4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBD4B4"
- COLOR_DBD4C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbd4c5"
- COLOR_DBD5A4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBD5A4"
- COLOR_DBD65C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBD65C"
- COLOR_DBDB8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbdb8d"
- COLOR_DBDBDB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBDBDB"
- COLOR_DBE1EA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbe1ea"
- COLOR_DBE6F6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBE6F6"
- COLOR_DBE8B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbe8b4"
- COLOR_DC2424 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DC2424"
- COLOR_DC2430 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DC2430"
- COLOR_DC281E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DC281E"
- COLOR_DC4930 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dc4930"
- COLOR_DC5447 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dc5447"
- COLOR_DC5924 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dc5924"
- COLOR_DC5FBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dc5fbd"
- COLOR_DCB64D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dcb64d"
- COLOR_DCD084 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dcd084"
- COLOR_DCD4D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dcd4d0"
- COLOR_DCE35B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DCE35B"
- COLOR_DCE8F8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dce8f8"
- COLOR_DCFFBD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DCFFBD"
- COLOR_DD1818 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DD1818"
- COLOR_DD1C77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd1c77"
- COLOR_DD2476 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DD2476"
- COLOR_DD3497 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd3497"
- COLOR_DD3E54 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DD3E54"
- COLOR_DD5E89 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DD5E89"
- COLOR_DD6B0D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd6b0d"
- COLOR_DD8047 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd8047"
- COLOR_DD9D31 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd9d31"
- COLOR_DDB5D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ddb5d5"
- COLOR_DDC9B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ddc9b4"
- COLOR_DDD6F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DDD6F3"
- COLOR_DDDDDD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dddddd"
- COLOR_DDE6D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dde6d9"
- COLOR_DDEFBB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DDEFBB"
- COLOR_DDF53D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ddf53d"
- COLOR_DE2D26 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de2d26"
- COLOR_DE478E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de478e"
- COLOR_DE512B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DE512B"
- COLOR_DE5D1F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de5d1f"
- COLOR_DE6161 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DE6161"
- COLOR_DE6262 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DE6262"
- COLOR_DE6C36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de6c36"
- COLOR_DE77AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de77ae"
- COLOR_DE7E18 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de7e18"
- COLOR_DE8A41 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DE8A41"
- COLOR_DE9C3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de9c3c"
- COLOR_DE9D5A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de9d5a"
- COLOR_DEAE00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#deae00"
- COLOR_DEB340 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#deb340"
- COLOR_DEC18C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dec18c"
- COLOR_DECBA4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DECBA4"
- COLOR_DECBE4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#decbe4"
- COLOR_DEEBF7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#deebf7"
- COLOR_DF2E28 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#df2e28"
- COLOR_DF513F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#df513f"
- COLOR_DF5327 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#df5327"
- COLOR_DF65B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#df65b0"
- COLOR_DFC27D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dfc27d"
- COLOR_DFD4D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dfd4d1"
- COLOR_DFF3B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dff3b2"
- COLOR_E03426 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e03426"
- COLOR_E03531 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e03531"
- COLOR_E03B42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e03b42"
- COLOR_E04E35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e04e35"
- COLOR_E07602 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e07602"
- COLOR_E0773C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0773c"
- COLOR_E08214 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e08214"
- COLOR_E0B2D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0b2d2"
- COLOR_E0E0E0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0e0e0"
- COLOR_E0E3E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0e3e8"
- COLOR_E0EAFC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E0EAFC"
- COLOR_E0ECF4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0ecf4"
- COLOR_E0F3DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0f3db"
- COLOR_E0F3F8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0f3f8"
- COLOR_E100FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E100FF"
- COLOR_E13B42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e13b42"
- COLOR_E15759 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e15759"
- COLOR_E15C48 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e15c48"
- COLOR_E17DC2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E17DC2"
- COLOR_E19825 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e19825"
- COLOR_E1DC53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e1dc53"
- COLOR_E1EEC3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E1EEC3"
- COLOR_E1F5C4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E1F5C4"
- COLOR_E25247 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e25247"
- COLOR_E25F48 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e25f48"
- COLOR_E26F08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e26f08"
- COLOR_E2751D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e2751d"
- COLOR_E28394 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e28394"
- COLOR_E28B55 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e28b55"
- COLOR_E29587 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E29587"
- COLOR_E29C36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e29c36"
- COLOR_E29D3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e29d3e"
- COLOR_E29F1D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e29f1d"
- COLOR_E2A562 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e2a562"
- COLOR_E2E2E2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E2E2E2"
- COLOR_E31A1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e31a1c"
- COLOR_E32D91 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e32d91"
- COLOR_E33D6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e33d6f"
- COLOR_E33E43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e33e43"
- COLOR_E33F43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e33f43"
- COLOR_E34A33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e34a33"
- COLOR_E35745 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e35745"
- COLOR_E35D5B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E35D5B"
- COLOR_E36420 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e36420"
- COLOR_E36621 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e36621"
- COLOR_E377C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e377c2"
- COLOR_E39802 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e39802"
- COLOR_E3A14F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e3a14f"
- COLOR_E3CD62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e3cd62"
- COLOR_E3D8CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e3d8cf"
- COLOR_E3F5DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e3f5db"
- COLOR_E40059 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e40059"
- COLOR_E41A1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e41a1c"
- COLOR_E43A15 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E43A15"
- COLOR_E44D26 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E44D26"
- COLOR_E45F3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e45f3c"
- COLOR_E4641E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e4641e"
- COLOR_E48312 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e48312"
- COLOR_E4AA63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e4aa63"
- COLOR_E4C402 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e4c402"
- COLOR_E4E4D9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E4E4D9"
- COLOR_E4E5E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E4E5E6"
- COLOR_E52D27 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E52D27"
- COLOR_E53935 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E53935"
- COLOR_E55D87 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E55D87"
- COLOR_E5AE6C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5ae6c"
- COLOR_E5C494 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5c494"
- COLOR_E5D8BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5d8bd"
- COLOR_E5E5BE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E5E5BE"
- COLOR_E5E5E5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5e5e5"
- COLOR_E5F5E0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5f5e0"
- COLOR_E5F5F9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5f5f9"
- COLOR_E64823 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e64823"
- COLOR_E65245 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E65245"
- COLOR_E6550D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6550d"
- COLOR_E6583E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6583e"
- COLOR_E65C00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E65C00"
- COLOR_E66101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e66101"
- COLOR_E66549 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e66549"
- COLOR_E66C7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e66c7d"
- COLOR_E68230 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e68230"
- COLOR_E68422 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e68422"
- COLOR_E684AE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E684AE"
- COLOR_E6AB02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6ab02"
- COLOR_E6AE8C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E6AE8C"
- COLOR_E6B729 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6b729"
- COLOR_E6B91E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6b91e"
- COLOR_E6B9D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6b9d9"
- COLOR_E6C069 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6c069"
- COLOR_E6DADA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E6DADA"
- COLOR_E6F598 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6f598"
- COLOR_E6F5C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6f5c9"
- COLOR_E6F5D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6f5d0"
- COLOR_E7298A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7298a"
- COLOR_E73827 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E73827"
- COLOR_E74545 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e74545"
- COLOR_E74C3C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E74C3C"
- COLOR_E76618 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e76618"
- COLOR_E7718A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7718a"
- COLOR_E78AC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e78ac3"
- COLOR_E78D35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e78d35"
- COLOR_E7BC29 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7bc29"
- COLOR_E7BF5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7bf5f"
- COLOR_E7D4E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7d4e8"
- COLOR_E7E1EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7e1ef"
- COLOR_E7E9BB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E7E9BB"
- COLOR_E84C22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e84c22"
- COLOR_E86753 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e86753"
- COLOR_E87D37 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e87d37"
- COLOR_E88651 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e88651"
- COLOR_E8950E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8950e"
- COLOR_E8B54D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8b54d"
- COLOR_E8B777 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8b777"
- COLOR_E8B7B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8b7b7"
- COLOR_E8BC4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8bc4a"
- COLOR_E8CBC0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E8CBC0"
- COLOR_E8E8E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8e8e8"
- COLOR_E8EFFA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8effa"
- COLOR_E94057 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E94057"
- COLOR_E94A00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e94a00"
- COLOR_E96443 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E96443"
- COLOR_E96B20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e96b20"
- COLOR_E9943A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9943a"
- COLOR_E9A039 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9a039"
- COLOR_E9A3C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9a3c9"
- COLOR_E9BF35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9bf35"
- COLOR_E9C39B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9c39b"
- COLOR_E9D362 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E9D362"
- COLOR_E9DABE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9dabe"
- COLOR_E9E4F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E9E4F0"
- COLOR_EA157A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea157a"
- COLOR_EA384D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EA384D"
- COLOR_EA5E45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea5e45"
- COLOR_EA6312 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea6312"
- COLOR_EA6B73 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea6b73"
- COLOR_EA8783 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea8783"
- COLOR_EAAFC8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EAAFC8"
- COLOR_EAC085 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eac085"
- COLOR_EAC0BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eac0bd"
- COLOR_EAC1DF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eac1df"
- COLOR_EACDA3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EACDA3"
- COLOR_EAEAEA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EAEAEA"
- COLOR_EAECC6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EAECC6"
- COLOR_EB0000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EB0000"
- COLOR_EB1E2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb1e2c"
- COLOR_EB3349 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EB3349"
- COLOR_EB5605 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb5605"
- COLOR_EB5757 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EB5757"
- COLOR_EB6349 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb6349"
- COLOR_EB641B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb641b"
- COLOR_EB6615 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb6615"
- COLOR_EB6C1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb6c1c"
- COLOR_EB73B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb73b3"
- COLOR_EB8F00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb8f00"
- COLOR_EBC24B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ebc24b"
- COLOR_EBC994 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ebc994"
- COLOR_EBE1D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ebe1d9"
- COLOR_EBE717 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EBE717"
- COLOR_EC008C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC008C"
- COLOR_EC2F4B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC2F4B"
- COLOR_EC38BC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC38BC"
- COLOR_EC5049 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ec5049"
- COLOR_EC534B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ec534b"
- COLOR_EC6EAD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC6EAD"
- COLOR_EC6F66 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC6F66"
- COLOR_EC7014 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ec7014"
- COLOR_EC7016 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ec7016"
- COLOR_ECD2AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ecd2ad"
- COLOR_ECDBDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ecdbdc"
- COLOR_ECE2F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ece2f0"
- COLOR_ECE7F2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ece7f2"
- COLOR_ECE9E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ECE9E6"
- COLOR_ED213A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ED213A"
- COLOR_ED4264 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ED4264"
- COLOR_ED444A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed444a"
- COLOR_ED515C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed515c"
- COLOR_ED665D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed665d"
- COLOR_ED7846 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed7846"
- COLOR_ED7D31 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed7d31"
- COLOR_ED8F03 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ED8F03"
- COLOR_ED97CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed97ca"
- COLOR_EDC948 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#edc948"
- COLOR_EDDE5D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EDDE5D"
- COLOR_EDE574 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EDE574"
- COLOR_EDF8B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#edf8b1"
- COLOR_EDF8E9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#edf8e9"
- COLOR_EDF8FB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#edf8fb"
- COLOR_EE0979 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EE0979"
- COLOR_EE574D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ee574d"
- COLOR_EE7008 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ee7008"
- COLOR_EE7422 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ee7422"
- COLOR_EE9CA7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EE9CA7"
- COLOR_EEA849 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EEA849"
- COLOR_EEC9E5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eec9e5"
- COLOR_EECDA3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EECDA3"
- COLOR_EEDBBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eedbbd"
- COLOR_EEF2F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EEF2F3"
- COLOR_EF32D9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF32D9"
- COLOR_EF3B2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef3b2c"
- COLOR_EF3B36 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF3B36"
- COLOR_EF473A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF473A"
- COLOR_EF629F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF629F"
- COLOR_EF6548 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef6548"
- COLOR_EF654D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef654d"
- COLOR_EF6F6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef6f6a"
- COLOR_EF755F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef755f"
- COLOR_EF8A0C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef8a0c"
- COLOR_EF8A62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef8a62"
- COLOR_EF8E38 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF8E38"
- COLOR_EF9393 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF9393"
- COLOR_EFAB16 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#efab16"
- COLOR_EFB251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#efb251"
- COLOR_EFE1A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#efe1a2"
- COLOR_EFEDF5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#efedf5"
- COLOR_EFEFBB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EFEFBB"
- COLOR_EFF3FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eff3ff"
- COLOR_F00000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F00000"
- COLOR_F0027F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0027f"
- COLOR_F02720 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f02720"
- COLOR_F03B20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f03b20"
- COLOR_F05053 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F05053"
- COLOR_F05C4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f05c4d"
- COLOR_F06511 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f06511"
- COLOR_F06719 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f06719"
- COLOR_F0751E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0751e"
- COLOR_F0774A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0774a"
- COLOR_F07E27 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f07e27"
- COLOR_F07F09 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f07f09"
- COLOR_F09415 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f09415"
- COLOR_F09819 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F09819"
- COLOR_F0A22E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0a22e"
- COLOR_F0ACF7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F0ACF7"
- COLOR_F0AD00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0ad00"
- COLOR_F0B763 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0b763"
- COLOR_F0BD27 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0bd27"
- COLOR_F0C27B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F0C27B"
- COLOR_F0C294 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0c294"
- COLOR_F0CB35 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F0CB35"
- COLOR_F0DCCD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0dccd"
- COLOR_F0DDCD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0ddcd"
- COLOR_F0F0F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0f0f0"
- COLOR_F0F2F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F0F2F0"
- COLOR_F0F9E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0f9e8"
- COLOR_F11712 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F11712"
- COLOR_F12711 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F12711"
- COLOR_F14124 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f14124"
- COLOR_F15F79 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F15F79"
- COLOR_F16529 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F16529"
- COLOR_F16913 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f16913"
- COLOR_F1788D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1788d"
- COLOR_F1A340 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1a340"
- COLOR_F1B015 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1b015"
- COLOR_F1B6DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1b6da"
- COLOR_F1CE63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1ce63"
- COLOR_F1E2CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1e2cc"
- COLOR_F1EEF6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1eef6"
- COLOR_F1F2B5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F1F2B5"
- COLOR_F1FAED - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1faed"
- COLOR_F24099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f24099"
- COLOR_F26C64 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f26c64"
- COLOR_F2709C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2709C"
- COLOR_F27121 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F27121"
- COLOR_F28026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f28026"
- COLOR_F2882D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2882d"
- COLOR_F28E2B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f28e2b"
- COLOR_F29492 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F29492"
- COLOR_F2994A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2994A"
- COLOR_F2C94C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2C94C"
- COLOR_F2D1D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2d1d2"
- COLOR_F2D908 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2d908"
- COLOR_F2EC86 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2ec86"
- COLOR_F2F0F7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2f0f7"
- COLOR_F2F2F2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2F2F2"
- COLOR_F2F2F2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2f2f2"
- COLOR_F2FABF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2fabf"
- COLOR_F2FCFE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2FCFE"
- COLOR_F36222 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F36222"
- COLOR_F36754 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f36754"
- COLOR_F37335 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F37335"
- COLOR_F38B2F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f38b2f"
- COLOR_F3904F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F3904F"
- COLOR_F3A183 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F3A183"
- COLOR_F3A447 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3a447"
- COLOR_F3A546 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3a546"
- COLOR_F3E0C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3e0c2"
- COLOR_F3F3F3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3f3f3"
- COLOR_F3F7FD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3f7fd"
- COLOR_F3F9A7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F3F9A7"
- COLOR_F44336 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F44336"
- COLOR_F45C43 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F45C43"
- COLOR_F46B45 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F46B45"
- COLOR_F46B55 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f46b55"
- COLOR_F46D43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f46d43"
- COLOR_F4737A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4737a"
- COLOR_F4791F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F4791F"
- COLOR_F47942 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f47942"
- COLOR_F47F4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f47f4a"
- COLOR_F49234 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f49234"
- COLOR_F49538 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f49538"
- COLOR_F498B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f498b6"
- COLOR_F4A582 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4a582"
- COLOR_F4C4F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F4C4F3"
- COLOR_F4CAE4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4cae4"
- COLOR_F4D03F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F4D03F"
- COLOR_F4D166 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4d166"
- COLOR_F4DE3A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4de3a"
- COLOR_F4E2D8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F4E2D8"
- COLOR_F56217 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F56217"
- COLOR_F56617 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f56617"
- COLOR_F5715D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5715d"
- COLOR_F57667 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f57667"
- COLOR_F59C3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f59c3c"
- COLOR_F5A645 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5a645"
- COLOR_F5AF19 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F5AF19"
- COLOR_F5C040 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5c040"
- COLOR_F5C201 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5c201"
- COLOR_F5C75F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5c75f"
- COLOR_F5CAC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5cac7"
- COLOR_F5CD2D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5cd2d"
- COLOR_F5D9C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5d9c2"
- COLOR_F5F5F5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#F5F5F5"
- COLOR_F64971 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f64971"
- COLOR_F64F59 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F64F59"
- COLOR_F69035 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f69035"
- COLOR_F69200 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f69200"
- COLOR_F69E41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f69e41"
- COLOR_F6A21D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6a21d"
- COLOR_F6BA57 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6ba57"
- COLOR_F6BC58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6bc58"
- COLOR_F6C760 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6c760"
- COLOR_F6D29C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6d29c"
- COLOR_F6E8C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6e8c3"
- COLOR_F6EFF7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6eff7"
- COLOR_F768A1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f768a1"
- COLOR_F7705B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7705b"
- COLOR_F7797D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7797D"
- COLOR_F77B66 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f77b66"
- COLOR_F781BF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f781bf"
- COLOR_F7894B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7894b"
- COLOR_F7901E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7901e"
- COLOR_F7941E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7941E"
- COLOR_F79646 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f79646"
- COLOR_F7971E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7971E"
- COLOR_F79D00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F79D00"
- COLOR_F7A84A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7a84a"
- COLOR_F7AE54 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7ae54"
- COLOR_F7B254 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7b254"
- COLOR_F7B6D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7b6d2"
- COLOR_F7B733 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7B733"
- COLOR_F7BB97 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7BB97"
- COLOR_F7C480 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7c480"
- COLOR_F7C577 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7c577"
- COLOR_F7D42A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7d42a"
- COLOR_F7F0AC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7F0AC"
- COLOR_F7F4F9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7f4f9"
- COLOR_F7F7F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7F7F7"
- COLOR_F7F7F7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7f7f7"
- COLOR_F7F8F8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7F8F8"
- COLOR_F7FBFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fbff"
- COLOR_F7FCB9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fcb9"
- COLOR_F7FCF0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fcf0"
- COLOR_F7FCF5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fcf5"
- COLOR_F7FCFD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fcfd"
- COLOR_F7FF00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7FF00"
- COLOR_F80759 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F80759"
- COLOR_F81B02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f81b02"
- COLOR_F83500 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f83500"
- COLOR_F83600 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F83600"
- COLOR_F85032 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F85032"
- COLOR_F857A6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F857A6"
- COLOR_F87F69 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f87f69"
- COLOR_F8816B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8816b"
- COLOR_F88600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f88600"
- COLOR_F88F4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f88f4d"
- COLOR_F89217 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f89217"
- COLOR_F8931D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8931d"
- COLOR_F89A90 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f89a90"
- COLOR_F8B252 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8b252"
- COLOR_F8B323 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8b323"
- COLOR_F8B500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F8B500"
- COLOR_F8B620 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8b620"
- COLOR_F8BC58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8bc58"
- COLOR_F8C000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8c000"
- COLOR_F8C7C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8c7c9"
- COLOR_F8CDDA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F8CDDA"
- COLOR_F8F8FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F8F8FF"
- COLOR_F8FFAE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F8FFAE"
- COLOR_F953C6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F953C6"
- COLOR_F96A1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f96a1b"
- COLOR_F97817 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f97817"
- COLOR_F9856E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9856e"
- COLOR_F9A729 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9a729"
- COLOR_F9A750 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9a750"
- COLOR_F9B639 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9b639"
- COLOR_F9B665 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9b665"
- COLOR_F9C942 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F9C942"
- COLOR_F9D23C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9d23c"
- COLOR_F9D423 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F9D423"
- COLOR_F9D4B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9d4b6"
- COLOR_FA7E5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa7e5c"
- COLOR_FA8716 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa8716"
- COLOR_FA8D3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa8d3d"
- COLOR_FA8F79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa8f79"
- COLOR_FA9D4F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa9d4f"
- COLOR_FA9FB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa9fb5"
- COLOR_FAA700 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#faa700"
- COLOR_FAA93A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#faa93a"
- COLOR_FAACA8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FAACA8"
- COLOR_FAB900 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fab900"
- COLOR_FABFD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fabfd2"
- COLOR_FAC810 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fac810"
- COLOR_FADA7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fada7a"
- COLOR_FAFFD1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FAFFD1"
- COLOR_FB6A4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb6a4a"
- COLOR_FB8072 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb8072"
- COLOR_FB8547 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb8547"
- COLOR_FB934D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb934d"
- COLOR_FB9984 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb9984"
- COLOR_FB9A99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb9a99"
- COLOR_FBB04E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbb04e"
- COLOR_FBB3AB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbb3ab"
- COLOR_FBB4AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbb4ae"
- COLOR_FBB4B9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbb4b9"
- COLOR_FBC01E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbc01e"
- COLOR_FBC7D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FBC7D4"
- COLOR_FBD3E9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FBD3E9"
- COLOR_FBD786 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FBD786"
- COLOR_FBEC85 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbec85"
- COLOR_FBED96 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FBED96"
- COLOR_FC00FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC00FF"
- COLOR_FC354C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC354C"
- COLOR_FC466B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC466B"
- COLOR_FC4A1A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC4A1A"
- COLOR_FC4E2A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc4e2a"
- COLOR_FC5C7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC5C7D"
- COLOR_FC6767 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC6767"
- COLOR_FC67FA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC67FA"
- COLOR_FC719E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc719e"
- COLOR_FC7715 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc7715"
- COLOR_FC7D0B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc7d0b"
- COLOR_FC8375 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc8375"
- COLOR_FC8D59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc8d59"
- COLOR_FC8D62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc8d62"
- COLOR_FC9272 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc9272"
- COLOR_FCA290 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fca290"
- COLOR_FCA294 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fca294"
- COLOR_FCAD52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcad52"
- COLOR_FCAE91 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcae91"
- COLOR_FCB045 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FCB045"
- COLOR_FCB11C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcb11c"
- COLOR_FCB4A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcb4a5"
- COLOR_FCBBA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcbba1"
- COLOR_FCBDC0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcbdc0"
- COLOR_FCBE75 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcbe75"
- COLOR_FCC5C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcc5c0"
- COLOR_FCC66D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcc66d"
- COLOR_FCCDE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fccde5"
- COLOR_FCEABB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FCEABB"
- COLOR_FCFBFD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcfbfd"
- COLOR_FD1D1D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FD1D1D"
- COLOR_FD6F30 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd6f30"
- COLOR_FD746C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FD746C"
- COLOR_FD7864 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd7864"
- COLOR_FD7E6B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd7e6b"
- COLOR_FD8112 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FD8112"
- COLOR_FD8938 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd8938"
- COLOR_FD8D3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd8d3c"
- COLOR_FD9C8F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd9c8f"
- COLOR_FDA023 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fda023"
- COLOR_FDAB67 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdab67"
- COLOR_FDAB9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdab9b"
- COLOR_FDAC9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdac9d"
- COLOR_FDAC9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdac9e"
- COLOR_FDAE61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdae61"
- COLOR_FDAE6B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdae6b"
- COLOR_FDB462 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdb462"
- COLOR_FDB863 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdb863"
- COLOR_FDB99B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDB99B"
- COLOR_FDBB2D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDBB2D"
- COLOR_FDBB84 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdbb84"
- COLOR_FDBE85 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdbe85"
- COLOR_FDBF6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdbf6f"
- COLOR_FDC086 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdc086"
- COLOR_FDC830 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDC830"
- COLOR_FDCC8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdcc8a"
- COLOR_FDCDAC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdcdac"
- COLOR_FDCF58 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDCF58"
- COLOR_FDD0A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdd0a2"
- COLOR_FDD0AA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdd0aa"
- COLOR_FDD49E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdd49e"
- COLOR_FDDAEC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fddaec"
- COLOR_FDDBC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fddbc7"
- COLOR_FDE0DD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fde0dd"
- COLOR_FDE0EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fde0ef"
- COLOR_FDEFF9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDEFF9"
- COLOR_FDFC47 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDFC47"
- COLOR_FE801A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe801a"
- COLOR_FE8637 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe8637"
- COLOR_FE8B7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe8b7a"
- COLOR_FE8C00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FE8C00"
- COLOR_FE8E7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe8e7e"
- COLOR_FE9929 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe9929"
- COLOR_FE9E00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe9e00"
- COLOR_FEA022 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fea022"
- COLOR_FEAA9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feaa9a"
- COLOR_FEAC5E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FEAC5E"
- COLOR_FEB24C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feb24c"
- COLOR_FEB47B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FEB47B"
- COLOR_FEB4A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feb4a6"
- COLOR_FEB5A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feb5a2"
- COLOR_FEB80A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feb80a"
- COLOR_FEC306 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fec306"
- COLOR_FEC44F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fec44f"
- COLOR_FEC60B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fec60b"
- COLOR_FECB6E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FECB6E"
- COLOR_FECC5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fecc5c"
- COLOR_FED976 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fed976"
- COLOR_FED98E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fed98e"
- COLOR_FED9A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fed9a6"
- COLOR_FEE08B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee08b"
- COLOR_FEE090 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee090"
- COLOR_FEE0B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee0b6"
- COLOR_FEE0D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee0d2"
- COLOR_FEE391 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee391"
- COLOR_FEE5D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee5d9"
- COLOR_FEE6CE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee6ce"
- COLOR_FEE8C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee8c8"
- COLOR_FEEBE2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feebe2"
- COLOR_FEEDDE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feedde"
- COLOR_FEF0D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fef0d9"
- COLOR_FEFFD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feffd9"
- COLOR_FF0000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF0000"
- COLOR_FF0000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#FF0000"
- COLOR_FF0080 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF0080"
- COLOR_FF0084 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF0084"
- COLOR_FF0099 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF0099"
- COLOR_FF00CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF00CC"
- COLOR_FF00FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#FF00FF"
- COLOR_FF025E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF025E"
- COLOR_FF1E56 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF1E56"
- COLOR_FF33FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff33ff"
- COLOR_FF388C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff388c"
- COLOR_FF416C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF416C"
- COLOR_FF4B1F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF4B1F"
- COLOR_FF4B2B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF4B2B"
- COLOR_FF4E50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF4E50"
- COLOR_FF512F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF512F"
- COLOR_FF5555 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF5555"
- COLOR_FF5858 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF5858"
- COLOR_FF5E62 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF5E62"
- COLOR_FF5F6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF5F6D"
- COLOR_FF6600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff6600"
- COLOR_FF6700 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff6700"
- COLOR_FF684C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff684c"
- COLOR_FF6A00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF6A00"
- COLOR_FF6B6B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF6B6B"
- COLOR_FF6E7F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF6E7F"
- COLOR_FF75C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF75C3"
- COLOR_FF7E5F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF7E5F"
- COLOR_FF7F00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff7f00"
- COLOR_FF7F01 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff7f01"
- COLOR_FF7F0E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff7f0e"
- COLOR_FF7F0F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff7f0f"
- COLOR_FF8008 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF8008"
- COLOR_FF800E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff800e"
- COLOR_FF8021 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff8021"
- COLOR_FF8080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff8080"
- COLOR_FF8235 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF8235"
- COLOR_FF8427 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff8427"
- COLOR_FF8C00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF8C00"
- COLOR_FF9068 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF9068"
- COLOR_FF9472 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF9472"
- COLOR_FF9888 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9888"
- COLOR_FF9896 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9896"
- COLOR_FF9966 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF9966"
- COLOR_FF9D9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9d9a"
- COLOR_FF9DA7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9da7"
- COLOR_FF9E4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9e4a"
- COLOR_FFA17F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFA17F"
- COLOR_FFA500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFA500"
- COLOR_FFA647 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFA647"
- COLOR_FFA751 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFA751"
- COLOR_FFAA0E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffaa0e"
- COLOR_FFAD1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffad1c"
- COLOR_FFAE34 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffae34"
- COLOR_FFAF7B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFAF7B"
- COLOR_FFAFBD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFAFBD"
- COLOR_FFB2B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb2b6"
- COLOR_FFB347 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFB347"
- COLOR_FFB400 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb400"
- COLOR_FFB6B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb6b0"
- COLOR_FFB75E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFB75E"
- COLOR_FFB88C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFB88C"
- COLOR_FFB91D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb91d"
- COLOR_FFB977 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb977"
- COLOR_FFBA00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffba00"
- COLOR_FFBB78 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbb78"
- COLOR_FFBC79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbc79"
- COLOR_FFBD47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbd47"
- COLOR_FFBE7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbe7d"
- COLOR_FFBEB2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbeb2"
- COLOR_FFBED1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbed1"
- COLOR_FFBF50 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbf50"
- COLOR_FFC000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc000"
- COLOR_FFC0CB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC0CB"
- COLOR_FFC0DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc0da"
- COLOR_FFC156 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc156"
- COLOR_FFC2A1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc2a1"
- COLOR_FFC2C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc2c5"
- COLOR_FFC371 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC371"
- COLOR_FFC3A0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC3A0"
- COLOR_FFC500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC500"
- COLOR_FFC685 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc685"
- COLOR_FFC837 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC837"
- COLOR_FFCA08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffca08"
- COLOR_FFCC00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffcc00"
- COLOR_FFCC33 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFCC33"
- COLOR_FFCC9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffcc9e"
- COLOR_FFD194 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFD194"
- COLOR_FFD1D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffd1d3"
- COLOR_FFD200 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFD200"
- COLOR_FFD452 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFD452"
- COLOR_FFD6B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffd6b1"
- COLOR_FFD89B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFD89B"
- COLOR_FFD92F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffd92f"
- COLOR_FFD94A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffd94a"
- COLOR_FFDA66 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffda66"
- COLOR_FFDD71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffdd71"
- COLOR_FFDDE1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFDDE1"
- COLOR_FFE000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFE000"
- COLOR_FFE0C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffe0c5"
- COLOR_FFE0E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffe0e1"
- COLOR_FFE259 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFE259"
- COLOR_FFE47A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFE47A"
- COLOR_FFE83F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFE83F"
- COLOR_FFEAD8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffead8"
- COLOR_FFED6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffed6f"
- COLOR_FFEDA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffeda0"
- COLOR_FFEDBC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFEDBC"
- COLOR_FFEEEE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFEEEE"
- COLOR_FFEFBA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFEFBA"
- COLOR_FFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFF"
- COLOR_FFF0F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff0f0"
- COLOR_FFF200 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFF200"
- COLOR_FFF2AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff2ae"
- COLOR_FFF5EB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff5eb"
- COLOR_FFF5F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff5f0"
- COLOR_FFF7BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff7bc"
- COLOR_FFF7EC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff7ec"
- COLOR_FFF7F3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff7f3"
- COLOR_FFF7FB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff7fb"
- COLOR_FFF94C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFF94C"
- COLOR_FFFBD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFBD5"
- COLOR_FFFC00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFC00"
- COLOR_FFFCDC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFCDC"
- COLOR_FFFDE4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFDE4"
- COLOR_FFFF00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#FFFF00"
- COLOR_FFFF1C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFF1C"
- COLOR_FFFF33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffff33"
- COLOR_FFFF99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffff99"
- COLOR_FFFFB2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffb2"
- COLOR_FFFFB3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffb3"
- COLOR_FFFFBF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffbf"
- COLOR_FFFFCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffcc"
- COLOR_FFFFD4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffd4"
- COLOR_FFFFD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffd9"
- COLOR_FFFFE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffe5"
- COLOR_FFFFFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFFFF"
- COLOR_FFFFFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#FFFFFF"
- COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
- COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
-
- COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.labels.Label
-
- ColorBuilder - Class in org.pepstock.charba.client.colors
-
Utility to create colors by red, green and blue values, HEX value and RGB and RGBA strings.
It checks if the requested color is already defined in HTML colors.
- ColorBuilder() - Constructor for class org.pepstock.charba.client.colors.ColorBuilder
-
To avoid any instantiation
- ColorCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderColor
hoverBorderColor
pointBorderColor
pointHoverBorderColor
textStrokeColor
backgroundColor
hoverBackgroundColor
pointBackgroundColor
pointHoverBackgroundColor
property at runtime.
- colorCallback - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
- colorCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
-
- colorCallback - Variable in class org.pepstock.charba.client.configuration.Tick
-
- colorCallback - Variable in class org.pepstock.charba.client.configuration.Title
-
- colorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
-
- colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
- colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
-
- colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
-
- colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Title
-
- colorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
-
- colorCallbackProxy - Variable in class org.pepstock.charba.client.labels.Label
-
- colors - Variable in class org.pepstock.charba.client.colors.Gradient
-
- colors - Variable in class org.pepstock.charba.client.colors.GradientBuilder
-
- colors - Variable in enum org.pepstock.charba.client.colors.UiGradient
-
- colors - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
- colorsAsStrings - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
- ColorScheme - Interface in org.pepstock.charba.client.impl.plugins
-
This interface defines what a color scheme must have in terms of methods.
A color scheme must have:
name is the name of color scheme
category is the category of color scheme.
- ColorSchemeLegendLabelsCallback - Class in org.pepstock.charba.client.impl.plugins
-
Custom legend labels callback to change the colors when the a
ColorSchemes plugin has been activated.
This callback solved the issue that the legend does not change when colors are applied to the chart which is already instantiated.
If the chart has been configured to have a own callback, this implementation will wrap it and invoke it after updating the legend items.
- ColorSchemeLegendLabelsCallback() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
- ColorSchemes - Class in org.pepstock.charba.client.impl.plugins
-
Default plugin implementation to use color schemes instead the single colors for border and background colors of chart.
It enables to pick the color combination for charts from the predefined or custom color schemes.
- ColorSchemes() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
To avoid any instantiation
- colorSchemes - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
- ColorSchemesDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
-
- ColorSchemesDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesDefaultOptions
-
To avoid any instantiation
- ColorSchemesDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory.ColorSchemesDefaultsOptionsFactory
-
To avoid any instantiation.
- ColorSchemesOptions - Class in org.pepstock.charba.client.impl.plugins
-
This is the object to map the
ColorSchemes.ID plugin options, both at chart and global level.
- ColorSchemesOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values.
- ColorSchemesOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global.
- ColorSchemesOptions(IsColorSchemesDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Builds the object with the default global ones
- ColorSchemesOptions(IsColorSchemesDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Builds the object using a native object.
- ColorSchemesOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- ColorSchemesOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
- ColorSchemesOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
To avoid any instantiation
- ColorSchemesOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (form chart or from default global ones) related to
ColorSchemes.ID plugin.
- ColorSchemesOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory
-
To avoid any instantiation.
- ColorSchemesOptionsFactory.ColorSchemesDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Internal factory to create options from default global option for the plugin
- ColorSchemesUtil - Class in org.pepstock.charba.client.impl.plugins
-
Color scheme utility to cache the usage of color schemes in order to avoid to search them when requested.
Used by
ColorSchemes.ID plugin.
- ColorSchemesUtil() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
To avoid any instantiation
- ColorType - Enum in org.pepstock.charba.client.enums
-
Enumerates the possible types objects to represents a "color" property.
A "color" property could be:
COLOR if is stored by a string or
IsColor
PATTERN if is stored by a
Pattern
GRADIENT if is stored by a
Gradient
- ColorType(String) - Constructor for enum org.pepstock.charba.client.enums.ColorType
-
Creates with the property value to use in the native object.
- ColorUtil - Class in org.pepstock.charba.client.colors
-
Utility to check alpha value.
Internally is checking red, green, blue and alpha values and creates string representation of a color, to HEX, RGB, RGBA, HSL or HSLA strings.
- ColorUtil() - Constructor for class org.pepstock.charba.client.colors.ColorUtil
-
To avoid any instantiation
- COMMA - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for COMMA, ",".
- CommonProperty(String) - Constructor for enum org.pepstock.charba.client.data.Dataset.CommonProperty
-
Creates with the property value to use in the native object.
- CommonProperty(String) - Constructor for enum org.pepstock.charba.client.options.Options.CommonProperty
-
Creates with the property value to use in the native object.
- CompactDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible display when the formatting, that should be displayed for the number, is compact.
Takes either "short" (default) or "long".
- CompactDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.CompactDisplay
-
Creates with the property value to use in the native object.
- COMPARATOR - Static variable in class org.pepstock.charba.client.colors.Gradient
-
- COMPARATOR - Static variable in class org.pepstock.charba.client.data.Dataset
-
- COMPARATOR - Static variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Comparator to sort the thresholds using the thresholds value, always ASCENDING
- COMPARATOR - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
- COMPARATOR - Static variable in class org.pepstock.charba.client.utils.Utilities
-
- compare(Key, Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Compares the two specified key values.
- completeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Animation
-
- completeCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
- CompletedCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.ID plugin that is called once zooming or panning is completed.
- COMPOUND_UNIT_SEPARATOR - Static variable in class org.pepstock.charba.client.intl.NumberFormatOptions
-
- compute(IsChart, double, AbstractDatasetContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
-
Computes the percentage of the value based on the data of datasets.
- compute(IsChart, double, AbstractDatasetContext, boolean) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
-
Computes the percentage of the value based on the data of datasets.
- computePosition(IsChart, List<DatasetReference>, Point) - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Applies own logic to returns the point where the tooltip must be showed.
- configuration - Variable in class org.pepstock.charba.client.AbstractChart
-
- Configuration - Class in org.pepstock.charba.client
-
This is the configuration object of a chart.
It contains always the type, options, plugins and data.
- Configuration() - Constructor for class org.pepstock.charba.client.Configuration
-
To avoid any instantiation
- configuration - Variable in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
- configuration - Variable in class org.pepstock.charba.client.configuration.ConfigurationContainer
-
- configuration - Variable in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
- Configuration.Property - Enum in org.pepstock.charba.client
-
Name of properties of native object.
- ConfigurationContainer<T extends NativeObjectContainer> - Class in org.pepstock.charba.client.configuration
-
Extends a JavaScript object container for all entities which need the options instance to store the configuration of chart.
- ConfigurationContainer(IsChart) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationContainer
-
Creates the chart configuration object with the chart instance
- ConfigurationContainer(IsChart, T) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationContainer
-
Creates the chart configuration object with the chart instance and the options
- ConfigurationElement - Interface in org.pepstock.charba.client
-
Interface which allows an object to be called to set a native object in the chart configuration.
The chart configuration are items options, data and plugins.
- ConfigurationEnvelop<T> - Class in org.pepstock.charba.client.configuration
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
- ConfigurationEnvelop(T) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationEnvelop
-
Create an envelop with the content passed as argument.
- ConfigurationEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- ConfigurationLoader - Class in org.pepstock.charba.client.commons
-
Utility to load java script object in the CHART-JS configuration.
This utility needs to reduce visibility on java script objects for configuration.
- ConfigurationLoader() - Constructor for class org.pepstock.charba.client.commons.ConfigurationLoader
-
To avoid any instantiation
- ConfigurationOptions - Class in org.pepstock.charba.client.configuration
-
Base object which maps chart configuration.
CHARBA stores the unique chart ID in the CHART.JS chart options using charbaId property key.
Important topics to take care:
Responsive
When it comes to change the chart size based on the window size, a major limitation is that the canvas render size (canvas.width and .height) can not be expressed with relative
values, contrary to the display size (canvas.style.width and .height).
- ConfigurationOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Builds the object storing the chart instance and defaults options.
- ConfigurationOptions.ProxyChartEventCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback when a event on chart is triggered.
Must be an interface with only 1 method.
- ConfigurationOptions.ProxyChartResizeCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback when a resize event on chart is triggered.
Must be an interface with only 1 method.
- ConfigurationOptionsContainer - Class in org.pepstock.charba.client.configuration
-
- ConfigurationOptionsContainer(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
-
Creates the chart configuration object with the chart instance and the options
- CONSOLE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as console with name "console".
- Console - Class in org.pepstock.charba.client.utils
-
Provides access to the browser's debugging console.
This object is the wrapper to console java script object.
- Console() - Constructor for class org.pepstock.charba.client.utils.Console
-
To avoid any instantiation
- Constants - Class in org.pepstock.charba.client.commons
-
Contains all constants where values can be used in different packages.
- Constants() - Constructor for class org.pepstock.charba.client.commons.Constants
-
To avoid any instantiation
- container - Variable in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
-
- contains(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns true if this list contains the specified element.
- contains(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns true if this list contains the specified element.
- containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns true if this list contains all of the elements of the specified collection.
- containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns true if this list contains all of the elements of the specified collection.
- CONTENT - Static variable in class org.pepstock.charba.client.annotation.AnnotationPluginResource
-
- content - Variable in class org.pepstock.charba.client.commons.ImmutableEnvelop
-
- CONTENT - Static variable in class org.pepstock.charba.client.commons.JsHelperResource
-
- CONTENT - Static variable in class org.pepstock.charba.client.controllers.ControllerTemplate
-
- CONTENT - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPluginResource
-
- CONTENT - Static variable in class org.pepstock.charba.client.labels.LabelsPluginResource
-
- CONTENT - Static variable in class org.pepstock.charba.client.resources.ChartJsResource
-
- CONTENT - Static variable in class org.pepstock.charba.client.resources.EmptyResource
-
- CONTENT - Static variable in class org.pepstock.charba.client.resources.LuxonAdapterResource
-
- CONTENT - Static variable in class org.pepstock.charba.client.resources.LuxonLibraryResource
-
- CONTENT - Static variable in class org.pepstock.charba.client.zoom.ZoomPluginHammerResource
-
- CONTENT - Static variable in class org.pepstock.charba.client.zoom.ZoomPluginResource
-
- CONTENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
- ContentCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
- contentCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
-
- context - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
-
- Context2dItem - Class in org.pepstock.charba.client.dom.elements
-
DOM object which provides the 2D rendering context for the drawing surface of a canvas element.
It is used for drawing shapes, text, images, and other objects.
- Context2dItem() - Constructor for class org.pepstock.charba.client.dom.elements.Context2dItem
-
To avoid any instantiation
- CONTEXT_2D - Static variable in class org.pepstock.charba.client.dom.elements.Canvas
-
- CONTEXT_MENU - Static variable in class org.pepstock.charba.client.dom.BaseEventTypes
-
Mouse event "contextmenu" type.
- ContextType - Enum in org.pepstock.charba.client.enums
-
Enumerates the type of scriptable options context.
- ContextType(String) - Constructor for enum org.pepstock.charba.client.enums.ContextType
-
Creates with the property value to use in the native object.
- Controller - Interface in org.pepstock.charba.client
-
This interface enables the capability to create a custom chart.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.impl.charts.GaugeChart
-
METER controller type
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.impl.charts.MeterChart
-
METER controller type
- ControllerContext - Class in org.pepstock.charba.client.controllers
-
This object stores the this instance of java script because is necessary to invoke the default methods of controller when it's extending an existing chart.
- ControllerContext() - Constructor for class org.pepstock.charba.client.controllers.ControllerContext
-
To avoid any instantiation
- ControllerProvider - Interface in org.pepstock.charba.client.controllers
-
The implementation of this interface is mandatory when you create a controller, which has got the purpose to provide a controller instance.
- ControllerRegistrationHandler - Interface in org.pepstock.charba.client.controllers
-
This interface enables the capability to be before and after a controller will be registered.
- Controllers - Class in org.pepstock.charba.client.controllers
-
Global configuration to set controllers at global level.
It maps the CHART.JS object of controller, chart.controllers.
- Controllers() - Constructor for class org.pepstock.charba.client.controllers.Controllers
-
To avoid any instantiation
- controllers - Variable in class org.pepstock.charba.client.Defaults
-
- controllersInstances - Variable in class org.pepstock.charba.client.controllers.Controllers
-
- ControllerTemplate - Class in org.pepstock.charba.client.controllers
-
Contains the content of javascript controller template.
It will be filled with controller and chart types and execute.
- ControllerTemplate() - Constructor for class org.pepstock.charba.client.controllers.ControllerTemplate
-
To avoid any instantiation
- ControllerType - Class in org.pepstock.charba.client.controllers
-
Represent the type of new controller.
- ControllerType(String, Type, ControllerProvider) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
-
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one.
- ControllerType(String, Type, ControllerProvider, ControllerRegistrationHandler) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
-
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one.
- ControllerType(String, Type, ControllerProvider, boolean) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
-
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one.
- ControllerType(String, Type, ControllerProvider, ControllerRegistrationHandler, boolean) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
-
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one.
- ControllerTypeChecker - Class in org.pepstock.charba.client.controllers
-
This utility checks if the controller type is acceptable or not.
- ControllerTypeChecker() - Constructor for class org.pepstock.charba.client.controllers.ControllerTypeChecker
-
To avoid any instantiation
- convertHSL2RGB(int, int, int, double) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
- CORNER_RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
- CORNER_RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
- CornerRadiusCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set cornerRadius property at runtime.
- cornerRadiusCallbackProxy - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
- cornerRadiusCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
-
- CountCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
count property at runtime, for
IsLinearTick instances.
- countCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
- countCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
- COUNTER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
- counter - Variable in enum org.pepstock.charba.client.annotation.AnnotationType
-
- COUNTER - Static variable in class org.pepstock.charba.client.data.Dataset
-
- counter - Variable in class org.pepstock.charba.client.dom.DOMBuilder
-
- COUNTER - Static variable in class org.pepstock.charba.client.options.ExtendedScale
-
- COUNTER - Static variable in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
- counters - Variable in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
- create() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Creates a
DateAdapter using a clone of this object as options for the date adapter instance.
- create(NativeObject) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
-
- create(NativeObject, IsDefaultDateAdapterOptions) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
-
Creates a date adapter options by a native object and a default values instance.
- create(DateAdapterOptions) - Method in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
-
Returns a date adapter instance, using the options passed as argument.
- create(NativeObject) - Static method in class org.pepstock.charba.client.adapters.NativeJsDateAdapterHelper
-
Returns a date adapter instance, using the options passed as argument.
- create(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns a key instance by its string value.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.annotation.AnnotationOptionsFactory.AnnotationDefaultsOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.annotation.AnnotationOptionsFactory
-
- create(String) - Static method in class org.pepstock.charba.client.callbacks.NativeCallback
-
Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context.
- create(String, String) - Static method in class org.pepstock.charba.client.callbacks.NativeCallback
-
Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context.
- create() - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a LINEAR gradient, with topDown orientation and chart scope.
- create(GradientType) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type, with chart scope.
- create(GradientType, GradientOrientation) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type and an orientation, with chart scope.
- create(GradientType, GradientScope) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type and a scope.
- create(GradientType, GradientOrientation, GradientScope) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type, an orientation and a scope.
- create(NativeObject) - Method in class org.pepstock.charba.client.colors.GradientColor.GradientColorFactory
-
- create(Img) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an image to use in the pattern.
The repetition used is repeat.
- create(Img, Repetition) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an image to use in the pattern and repetition to apply to pattern.
- create(CanvasPatternItem) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
- create(CanvasPatternItem, int) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an already created canvas pattern.
The dimension of canvas pattern image is unique then the image of pattern is a square.
- create(CanvasPatternItem, int, int) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an already created canvas pattern.
This is mainly used by tiles.
- create() - Static method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Returns new tiles builder instance.
- create() - Method in class org.pepstock.charba.client.commons.JsHelper
-
Creates a native object instance.
- create(String) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key instance by its string value.
- create() - Method in interface org.pepstock.charba.client.commons.NativeArrayContainerFactory
-
Creates a native array container instance by an empty native array.
- create(A) - Method in interface org.pepstock.charba.client.commons.NativeArrayContainerFactory
-
Creates a native array container instance by a native array.
- create() - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Creates a native object instance.
- create() - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
-
Creates a native object container instance by an empty native object.
- create(NativeObject) - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
-
Creates a native object container instance by a native object.
- create() - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Creates a native object setting the hash code property in order it is not enumerable.
- create(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
-
Creates an animation collection instance and stores in the the animation options.
- create() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Creates a
DateAdapter using a clone of this object as options for the date adapter instance.
- create(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Creates an animation transition instance and stores in the the animation options.
- create(NativeObject) - Method in class org.pepstock.charba.client.data.ArcBorderRadius.ArcBorderRadiusFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.data.BarBorderRadius.BarBorderRadiusFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.data.BarBorderWidth.BarBorderWidthFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset.DataPointFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset.TimeSeriesItemFactory
-
- create(ArrayDouble) - Method in class org.pepstock.charba.client.data.FloatingDatatFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.data.GradientsContainer.GradientContainerFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.data.PatternsContainer.PatternContainerFactory
-
- create(String) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
-
Returns a key instance by its string value.
- create() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new builder instance.
- create(IsChart) - Static method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory.DataLabelsDefaultsOptionsFactory
-
- create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Creates a font options instance using default or cloning current instance.
- create(IsDefaultFont) - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Creates a font options instance using default or cloning current instance.
- create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Creates a padding options instance using default or cloning current instance.
- create(IsDefaultPadding) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Creates a padding options instance using default or cloning current instance.
- create() - Static method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Creates and returns a safe html builder to consume.
- create(Class<T>) - Static method in class org.pepstock.charba.client.events.EventType
-
Creates a event type using the class name passed as argument.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory.ChartBackgroundColorDefaultsOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory.ChartPointerDefaultsOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory
-
- create() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Returns new builder instance, using the global options as default.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Returns new builder instance using chart global options as default.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory.ColorSchemesDefaultsOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory
-
- create() - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Returns new builder instance.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory.DatasetsItemsSelectorDefaultsOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory.HtmlLegendBuilderDefaultsOptionsFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.AbstractFormat.FormatPartsFactory
-
- create(Language) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Creates a builder by the
Language passed as argument.
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroupsFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
-
- create(NativeObject, IsDefaultDateTimeFormatOptions) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
-
Creates a date time format options by a native object and a default values instance.
- create(Date) - Static method in class org.pepstock.charba.client.intl.NativeDate
-
Creates a JavaScript Date object from a
Date java instance.
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
-
- create(NativeObject, IsDefaultNumberFormatOptions) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
-
Creates a number format options by a native object and a default values instance.
- create(NativeObject) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement.ActiveDatasetElementFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.DatasetElement.DatasetItemFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.DatasetReference.DatasetReferenceItemFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendHitBoxItem.LegendHitBoxItemFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendItem.LegendItemFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendLabelItem.LegendLabelItemFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.ScaleTickItem.ScaleTickItemFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipBodyItem.TooltipBodyItemFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipItem.TooltipItemFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipLabelColor.TooltipLabelColorFactory
-
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle.TooltipLabelPointStyleFactory
-
- create(String) - Static method in interface org.pepstock.charba.client.labels.LabelId
-
Returns a key instance by its string value.
- create() - Static method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new builder instance.
- create(IsChart) - Static method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.labels.LabelsOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.labels.LabelsOptionsFactory.LabelsDefaultsOptionsFactory
-
- create(String, AnimationType) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Returns a animation collection instance by its string value.
- create(String, AnimationPropertyKey...) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Returns a animation collection instance by its string value.
- create(String, AnimationType) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
-
Returns a animation property instance by its string value.
- create(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
-
Creates an animation collection instance and stores in the the animation options.
- create(IsDefaultFont) - Method in class org.pepstock.charba.client.options.Font
-
- create(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Creates an animation collection instance and stores in the the animation options.
- create(TransitionKey) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Creates an animation transition instance and stores in the animation options.
- create() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Creates a
DateAdapter using a clone of this object as options for the date adapter instance.
- create(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns a key instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.options.TransitionKey
-
Returns a animation update mode (transition) instance by its string value.
- create(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
-
Creates an animation transition instance and stores in the the animation options.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
-
Creates a plugin options by a native object which is containing the options values and its defaults.
- create(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Creates an animation collection instance and stores in the the animation options.
- create() - Static method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Returns new builder instance.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.zoom.ZoomOptionsFactory
-
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.zoom.ZoomOptionsFactory.ZoomDefaultsOptionsFactory
-
- createActiveElementsByDataIndex(int...) - Method in class org.pepstock.charba.client.data.Data
-
Creates a list of active elements instances by an array of data indexes, for all visible data sets.
- createActiveElementsByDatasetIndex(int...) - Method in class org.pepstock.charba.client.data.Data
-
Creates a list of active elements instances by an array of data set indexes, for visible data sets.
- createAndSetTimer(ChartTimerTask, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Creates a
CTimer instance inside chart.
It can be created only once during the life cycle of the chart.
- createAndSetTimer(ChartTimerTask, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- createAndSetTimer(ChartTimerTask, int) - Method in interface org.pepstock.charba.client.IsChart
-
Creates a
CTimer instance inside chart.
It can be created only once during the life cycle of the chart.
- createCallback(Dataset.CanvasObjectKey) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Creates a callback to manage the canvas object.
This is delegated to the implementation of container.
- createCallback(Dataset.CanvasObjectKey) - Method in class org.pepstock.charba.client.data.GradientsContainer
-
- createCallback(Dataset.CanvasObjectKey) - Method in class org.pepstock.charba.client.data.PatternsContainer
-
- createCallbackCanvasObjectKey(Key, int, int) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns a unique key to store canvas objects, created by callbacks, in the a cache.
The format is [property],[datasetIndex],[dataIndex].
- createCanvasElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <canvas> element.
- createChangeEvent() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
- createChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Creates the chart options based on type of chart.
It can be override when a controller is implemented.
- createChartOptions(Type, IsDefaultScaledOptions) - Method in class org.pepstock.charba.client.Overrides
-
Returns an options instance, to use as default options, based of type of chart.
- createCompoundUnitIdentifier(MeasureUnit...) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Creates a compound unit identifier by units passed as argument.
Pairs of simple units can be concatenated with "-per-" to make a compound unit.
- createContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Creates a scale context for callback on axis.
- createContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Creates a chart context for callback on configuration.
- createContext(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset
-
Creates a data set context for callback.
- createContext(NativeObject) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
- createDivElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <div> element.
- createElement(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Creates the HTML element specified by tag name.
- createEvent(String) - Method in class org.pepstock.charba.client.dom.BaseHtmlDocument
-
Creates an event of the type specified.
The returned object should be first initialized and can then be dispatched.
- createFormat(CLocale, O) - Method in class org.pepstock.charba.client.intl.AbstractFormat
-
Creates a wrapper object that enables language sensitive formatting, using the locale options and specific options.
- createFormat(CLocale, DateTimeFormatOptions) - Method in class org.pepstock.charba.client.intl.DateTimeFormat
-
- createFormat(CLocale, NumberFormatOptions) - Method in class org.pepstock.charba.client.intl.NumberFormat
-
- createGradient(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a canvas gradient java script object using a Charba gradient and a chart instance which must provide a canvas instance and its context.
- createGradient() - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a LINEAR gradient, with topDown orientation and chart scope.
- createGradient(GradientType) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type, with chart scope.
- createGradient(GradientType, GradientOrientation) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type and an orientation, with chart scope.
- createGradient(GradientType, GradientScope) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type and a scope.
- createGradient(GradientType, GradientOrientation, GradientScope) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type, an orientation and a scope.
- createGradient() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a LINEAR gradient, with topDown orientation and chart scope.
- createGradient(GradientType) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a gradient by a type, with chart scope.
- createGradient(GradientType, GradientOrientation) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a gradient by a type and an orientation, with chart scope.
- createGradient(GradientType, GradientScope) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a gradient by a type and a scope.
- createGradient(GradientType, GradientOrientation, GradientScope) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a gradient by a type, an orientation and a scope.
- createGradientUniqueId(Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates the unique id for gradient using the scope.
This is important in order to use the dame gradient from different scope having different
CanvasGradientItem.
- createHeadingElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <h3> element.
- createHSLAsString(int, int, int) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
- createHtmlLegendItem(HtmlLegendItem) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a point style picture in base64 PNG format using the legend item as source.
This is invoked ONLY from
HtmlLegend plugin.
- createId() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Creates a unique id for the annotation.
The format is:
- createImageElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <img> element.
- createImageElement(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <img> element with the full URL of the image.
- createKey(Object) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Creates the property key used to store the class name plus hash code, as key of callback instance in the cache.
[callbackClassName]-[callbackHashCode]
- createKey(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Creates a key to use to store color scheme in the cache.
The key is [category].[name].
- createKey(String, String) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Creates a key to use to store color scheme in the cache.
The key is [category].[name].
- createKey(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
-
Creates a unique key for every single resource type to be injected.
The key is [CHARBA_prefix_package_name].[resource name] if the resource is a CHARBA one.
The key is [resource_class_name]_[resource name] if the resource is not provided by CHARBA.
- createLabel(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns new options for specific id.
- createLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns new options for specific id.
- createLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new label (if not exist) using the label if passed as argument.
- createLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new label (if not exist) using the label if passed as argument.
- createLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLinearGradient(IsChart, Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a linear gradient, an image consisting of a progressive transition between two or more colors along a straight line.
- createLinearGradient(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a gradient along the line connecting two given coordinates.
- createLineBreakElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <br> element.
- createLocale(String, Language, Script, Region, String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Creates a locale if not already created and cached, otherwise will return the cached one.
- createLocaleIdentifier(Language, Script, Region, String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Creates the string identifier which is used for unique key of a locale and its locale value.
The key for locale will have the following format:
Language[-Script][-Region][-VariantAndExtension]
- createMutationObserverInit() - Method in class org.pepstock.charba.client.commons.JsHelper
-
Creates new instance of observer initialization options.
- createPattern(IsChart, Pattern) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a canvas pattern java script object using a Charba pattern and a chart instance which must provide a canvas instance and its context.
- createPattern() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using default values, shape is square, background color, shape color and size.
- createPattern(IsShape) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape as argument and the other default values, background color, shape color and size.
- createPattern(IsShape, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
- createPattern(IsShape, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
- createPattern(IsShape, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape, back ground color and shape color as arguments and the size as default value.
- createPattern(IsShape, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape, back ground color and shape color as arguments and the size as default value.
- createPattern(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape, back ground color, shape color and size as arguments.
- createPattern(IsShape, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape, back ground color, shape color and size as arguments.
- createPattern(PointStyle) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style as argument and the other default values, background color, shape color and size.
- createPattern(PointStyle, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.
- createPattern(PointStyle, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.
- createPattern(PointStyle, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.
- createPattern(PointStyle, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.
- createPattern(PointStyle, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.
- createPattern(PointStyle, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.
- createPattern(Object, String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a pattern using the specified image (could be also a canvas) and repetition.
- createPattern(Canvas, Repetition) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a pattern using the specified canvas and repetition.
- createPattern(Img, Repetition) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a pattern using the specified image and repetition.
- createRadialGradient(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a radial gradient, an image consisting of a progressive transition between two or more colors that radiate from an origin.
- createRadialGradient(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a radial gradient using the size and coordinates of two circles.
- createScope(Type) - Static method in class org.pepstock.charba.client.ChartOptions
-
Creates a key for the chart options.
The format is the following:
chart-[chartType]
where chart type is the type of the chart, see
ChartType or
ControllerType.
- createScope(int) - Static method in class org.pepstock.charba.client.data.Dataset
-
Creates a key for the data set options.
The format is the following:
<dataset-[datasetId]>
where data set id if is the id of the data set.
- createScriptElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <script> element.
- createSpanElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <span> element.
- createStyleElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <style> element.
- createTableCellElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <td> element.
- createTableElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <table> element.
- createTableRowElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <tr> element.
- createTextElement(IsChart, T, C) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendTextGenerator
-
Builds a
TableCell which should contains and represents the a text of legend element.
- createTextNode(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Creates a new text node which can be used to escape HTML characters.
- createTextNode(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a text node.
- createTile(Canvas, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Creates a tile based on arguments passed.
- createTile() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using default values, shape is square, background color, shape color and size.
- createTile(IsShape) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape as argument and the other default values, background color, shape color and size.
- createTile(IsShape, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
- createTile(IsShape, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
- createTile(IsShape, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape, back ground color and shape color as arguments and the size as default value.
- createTile(IsShape, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape, back ground color and shape color as arguments and the size as default value.
- createTile(IsShape, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
- createTile(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
- createTooltipLabelColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Create new
TooltipLabelColor filling it with background and border color of dataset element.
- createTooltipLabelPointStyle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
- createUniqueChartId() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates an unique id for CHARBA charts id.
- Cross - Class in org.pepstock.charba.client.colors.tiles
-
CROSS drawer to design a cross in the tile.
It designs a cross in the the following tile sections (A and B):
- Cross() - Constructor for class org.pepstock.charba.client.colors.tiles.Cross
-
- cross - Variable in class org.pepstock.charba.client.colors.tiles.CrossDash
-
- CrossAlign - Enum in org.pepstock.charba.client.enums
-
The crossAlign setting configures how labels align with the tick mark in the perpendicular direction.
For instance vertical for a horizontal axis and horizontal for a vertical axis.
- CrossAlign(String) - Constructor for enum org.pepstock.charba.client.enums.CrossAlign
-
Creates with the property value to use in the native object.
- CrossDash - Class in org.pepstock.charba.client.colors.tiles
-
CROSSDASH drawer to design a cross - dash in the tile.
It designs a cross and a dash in the the following tile sections (A and B):
- CrossDash() - Constructor for class org.pepstock.charba.client.colors.tiles.CrossDash
-
- CScheduler - Class in org.pepstock.charba.client.utils
-
This class provides asynchronous and delayed task scheduling, based
setTimeout java script method.
- CScheduler() - Constructor for class org.pepstock.charba.client.utils.CScheduler
-
To avoid any instantiation
- CScheduler.RunnableWrapper - Class in org.pepstock.charba.client.utils
-
Wrapper of user task in order to clear timeout the user logic is completed.
- CScheduler.RunnableWrapper.Status - Enum in org.pepstock.charba.client.utils
-
Enums the status
- CSchedulerRegistration - Class in org.pepstock.charba.client.utils
-
Registration objects returned when a task has been scheduled, used to cancel the scheduling.
- CSchedulerRegistration(int) - Constructor for class org.pepstock.charba.client.utils.CSchedulerRegistration
-
Creates a scheduler registration in order to enable the task removing.
- cssStatement - Variable in enum org.pepstock.charba.client.colors.GradientOrientation
-
- cssStatement - Variable in enum org.pepstock.charba.client.colors.GradientType
-
- CTimer - Class in org.pepstock.charba.client.utils
-
Simple utility to execute repeatedly calls a
Runnable with a fixed time delay between each call.
- CTimer(Runnable, int) - Constructor for class org.pepstock.charba.client.utils.CTimer
-
Creates the timer with a
Runnable to be executed repeatedly and the time, in milliseconds (thousands of a second), the timer should delay in between executions of
the task.
- CTimer.Status - Enum in org.pepstock.charba.client.utils
-
Enumerates the possible status of the timer.
- CubicInterpolationMode - Enum in org.pepstock.charba.client.enums
-
Determines the interpolation mode of lines.
- CubicInterpolationMode(String) - Constructor for enum org.pepstock.charba.client.enums.CubicInterpolationMode
-
Creates with the property value to use in the native object.
- CubicInterpolationModeCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set cubicInterpolationMode property at runtime.
- cubicInterpolationModeCallback - Variable in class org.pepstock.charba.client.data.LineDataset
-
- cubicInterpolationModeCallbackProxy - Variable in class org.pepstock.charba.client.data.LineDataset
-
- Currency - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the standard codes for script identification which can be used to create and manage locale.
- Currency(String, String, int) - Constructor for enum org.pepstock.charba.client.intl.enums.Currency
-
Creates the object with currency value and its name.
- CurrencyDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible values how to display the currency in currency formatting.
- CurrencyDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
Creates with the property value to use in the native object.
- CurrencySign - Enum in org.pepstock.charba.client.intl.enums
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting you can use "accounting".
The default value is "standard".
- CurrencySign(String) - Constructor for enum org.pepstock.charba.client.intl.enums.CurrencySign
-
Creates with the property value to use in the native object.
- current - Variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
- currentDatasets - Variable in class org.pepstock.charba.client.data.Data
-
- cursor - Variable in class org.pepstock.charba.client.commons.IteratorImpl
-
- cursor - Variable in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
-
- cursorOverSelectionCleaner - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
- CursorType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.
- CursorType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.CursorType
-
Creates with the property value to use in the native object.
- CUSTOM_SUFFIX - Static variable in class org.pepstock.charba.client.InjectorPrefixHelper
-
- customPrefixPackageName - Variable in class org.pepstock.charba.client.InjectorPrefixHelper
-
- CustomTooltipPosition - Class in org.pepstock.charba.client.positioner
-
Custom tooltip position to use in the chart options to configure charts.
It must not be equals of the out of the box ones.
- CustomTooltipPosition(String) - Constructor for class org.pepstock.charba.client.positioner.CustomTooltipPosition
-
Creates the object using the name of tooltip position passes as argument
- CYCLE_PROPERTY_VALUE - Static variable in class org.pepstock.charba.client.utils.JSONReplacerConstants
-
- GaugeChart - Class in org.pepstock.charba.client.impl.charts
-
GAUGE chart implementation.
- GaugeChart() - Constructor for class org.pepstock.charba.client.impl.charts.GaugeChart
-
Builds the object.
- GaugeChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
GAUGE chart GWT WIDGET implementation.
- GaugeChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
-
Builds the object.
- GaugeDataset - Class in org.pepstock.charba.client.impl.charts
-
The Gauge chart allows a number of properties to be specified for each dataset.
- GaugeDataset(double) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Creates a dataset for gauge with maximum value of data.
- GaugeDataset(double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Creates a dataset setting the maximum value of dataset and defaults value.
- GaugeOptions - Class in org.pepstock.charba.client.impl.charts
-
Specific options for GAUGE chart.
- GaugeOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeOptions
-
Builds the object storing the chart instance and defaults.
- generateDefaultLabels(Chart, ChartOptions) - Method in class org.pepstock.charba.client.JsChartHelper
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box, invoking generateLabels function property.
- generateDefaultLabels(Chart, NativeObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box, invoking generateLabels function property.
- generateId() - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates an unique id for the canvas object.
[type]-[orientation]-[scope]-[list of colors]
- generateId() - Method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates an unique id for the canvas object.
For pattern created by a
Img, the format is the following:
Img-[hashcode]-[repetition]-[width]-[height]
For pattern created by a
CanvasPatternItem, the format is the following:
CanvasPatternItem-[hashcode]-[repetition]-[width]-[height]
- generateLabels(Chart) - Method in class org.pepstock.charba.client.Defaults
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
- generateLabels(IsChart) - Method in class org.pepstock.charba.client.Defaults
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
- generateLegend(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Creates HTML representation of legend.
- generateLegendLabels(IsChart, List<LegendLabelItem>) - Method in interface org.pepstock.charba.client.callbacks.LegendLabelsCallback
-
Generates legend items for each thing in the legend.
- generateLegendLabels(IsChart, List<LegendLabelItem>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
- generateText(IsChart, T, String) - Method in interface org.pepstock.charba.client.callbacks.HtmlLegendCallback
-
Returns a text of legend for a specific item or legend's title, as HTML
- GENERATOR - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
- GENERIC - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object
NativeObject as object with name
"?".
Instead of
"Object", it is mandatory for J2CL to use java script object without
prototype and for java script
proxies.
- GERMANY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
- get() - Static method in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Returns the singleton instance of module.
- get() - Static method in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.annotation.AnnotationHelper
-
Returns the singleton instance of helper.
- get() - Static method in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Returns the singleton instance.
- get() - Static method in class org.pepstock.charba.client.ChartObserver
-
Returns the singleton instance of observer.
- get(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns the chart instance by its id.
- get(PointStyle) - Static method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Returns a shape looking from the passed point style instance.
- get(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayChart
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Returns the element at the specified position in this list.
- get() - Static method in class org.pepstock.charba.client.commons.CallbackPropertyManager
-
Returns the singleton instance.
- get(NativeObjectContainer) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object.
- get(NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object.
- get() - Static method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Returns the singleton instance of this utility.
- get() - Static method in class org.pepstock.charba.client.commons.JsHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.commons.Merger
-
Singleton method to get the instance
- get(Type, ChartOptions) - Method in class org.pepstock.charba.client.commons.Merger
-
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type])
default scale options (by chart.defaults.scale)
global options (by chart.defaults.global)
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectArray
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectBoolean
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectCallback
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectCallbackProxy
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectChart
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectDouble
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectEvent
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectGradient
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectImage
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectInteger
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectObject
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectPattern
-
Allows you to get a property on an object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectString
-
Allows you to get a property on an object.
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
-
Returns an animation collection instance if stored in the the animation options.
- get() - Method in class org.pepstock.charba.client.configuration.Datasets
-
Returns the data set base on chart type of the configuration options.
- get(Type) - Method in class org.pepstock.charba.client.configuration.Datasets
-
Returns the data set by a chart type.
- get(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Returns an animation transition instance if stored in the the animation options.
- get() - Static method in class org.pepstock.charba.client.controllers.Controllers
-
Singleton method to get static instance.
- get() - Static method in class org.pepstock.charba.client.controllers.ControllerTemplate
-
Singleton method to get static instance.
- get() - Static method in class org.pepstock.charba.client.controllers.JsControllerHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.data.CanvasObjectHandler
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
Singleton method to get instance.
- get() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Returns the singleton instance.
- get() - Static method in class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
-
Singleton object to get the helper instance
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
-
- get(Type) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
-
- get(TransitionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
-
- get() - Static method in class org.pepstock.charba.client.Defaults
-
Singleton method to get static instance.
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
-
- get(Type) - Method in class org.pepstock.charba.client.defaults.globals.DefaultDatasets
-
- get() - Static method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Singleton method to return the instance
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
-
- get(TransitionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
-
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
-
- get(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimations
-
Returns an animation collection instance if stored in the the animation options.
- get(Type) - Method in interface org.pepstock.charba.client.defaults.IsDefaultDatasets
-
Returns the data sets options by a chart type.
- get(TransitionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultTransitions
-
Returns an animation transition instance if stored in the the animation options.
- get() - Static method in class org.pepstock.charba.client.dom.DOMBuilder
-
Returns the singleton instance of the builder.
- get() - Static method in class org.pepstock.charba.client.Helpers
-
Singleton method to get the instance
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
-
Singleton method to get instance.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Singleton method to get the instance.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Returns the singleton instance of plugin.
- get(String, int, int) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Internal singleton method to create the object by chart id, dataset index and index.
- get(String) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Internal singleton method to create the object by HTML element id.
- get(IsChart, LegendItem) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Singleton method to create the object by a chart instance and a legend item.
- get(BaseHtmlElement) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Singleton method to create the object by a chart instance and a legend item.
- get() - Static method in class org.pepstock.charba.client.InjectorPrefixHelper
-
Provides the singleton instance of helper.
- get() - Static method in class org.pepstock.charba.client.items.JsItemsHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.JsChartHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.MutationItem
-
Returns the singleton instance of object.
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
-
Returns an animation collection instance if stored in the the animation options.
- get(Type) - Method in class org.pepstock.charba.client.options.Datasets
-
Returns the data set by a chart type.
- get(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Returns an animation collection instance if stored in the the animation options.
- get(TransitionKey) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Returns an animation transition instance if stored in the animation options.
- get(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
-
Returns an animation transition instance if stored in the the animation options.
- get() - Static method in class org.pepstock.charba.client.plugins.JsPluginHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.positioner.JsPositionerHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.positioner.Positioner
-
Singleton object to get the tooltip positioner instance
- get() - Static method in class org.pepstock.charba.client.resources.DateAdapterInjectionComplete
-
Returns the singleton instance of object.
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns an animation collection instance if stored in the the animation options.
- get() - Static method in class org.pepstock.charba.client.utils.CScheduler
-
Returns the instance of singleton.
- get(int) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Gets the value at a given index.
- get() - Static method in class org.pepstock.charba.client.utils.WindowHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Returns the singleton instance.
- getAbsoluteLeft() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an element's absolute left coordinate in the document's coordinate system.
- getAbsoluteTop() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an element's absolute top coordinate in the document's coordinate system.
- getAbsValue() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the absolute value which is calculating subtracting the start point from end point.
- getActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the active (hovered) elements for the chart.
- getActiveElements() - Method in class org.pepstock.charba.client.Chart
-
Returns the active (hovered) elements for the chart.
- getActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the active (hovered) elements for the chart.
- getAdapters() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Returns the adapters element.
- getAdapters() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getAdapters() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getAdapters() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the adapter defaults.
- getAdapters() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the adapters element.
- getAddedElements() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the elements added.
Will be an empty element list if no elements were added.
- getAdjustScaleRangeCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set whether the scale range should be adjusted if this annotation is out of range.
- getAdjustScaleRangeCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set whether the scale range should be adjusted if this annotation is out of range.
- getAfter() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns text to render after the body section
- getAfterBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of lines after body section.
- getAlgorithm() - Method in class org.pepstock.charba.client.configuration.Decimation
-
Returns the algorithm used by the plugin.
- getAlgorithm() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
-
- getAlgorithm() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
-
- getAlgorithm() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
Returns the algorithm used by the plugin.
- getAlgorithm() - Method in class org.pepstock.charba.client.options.Decimation
-
Returns the algorithm used by the plugin.
- getAlign() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the alignment of the axis title.
- getAlign() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the tick alignment along the axis.
- getAlign() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the alignment of the legend.
- getAlign() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the alignment of the title.
- getAlign() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the position of the label relative to the anchor point position and orientation.
- getAlign() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the position of the label relative to the anchor point position and orientation.
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
-
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
-
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
-
Returns the alignment of the element.
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
-
Returns the alignment of the axis title.
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the tick alignment along the axis.
- getAlign() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the alignment of the element's contents with respect to the surrounding context.
- getAlign() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the alignment of the element's contents with respect to the surrounding context.
- getAlign() - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Returns the alignment of the element's contents with respect to the surrounding context.
- getAlign() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner align.
- getAlign() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner align.
- getAlign() - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Returns the alignment of the element.
- getAlign() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Returns the alignment of the axis title.
- getAlign() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the tick alignment along the axis.
- getAlignCallback() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the align callback, if set, otherwise null.
- getAlignCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the align callback.
- getAlignCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the align callback, if set, otherwise null.
- getAll() - Method in class org.pepstock.charba.client.plugins.JsPluginHelper
-
Returns all registered plugins as object.
- getAll() - Static method in class org.pepstock.charba.client.plugins.NativeJsPluginHelper
-
Returns all registered plugins as object.
- getAllIds() - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the unmodifiable list of registered plugin ids.
- getAllIds() - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the unmodifiable list of registered plugin ids.
- getAlpha() - Method in class org.pepstock.charba.client.colors.Color
-
- getAlpha() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the alpha rate.
- getAlpha() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
-
- getAnchor() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the anchor point, which is defined by an orientation vector and a position on the data element
- getAnchor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the anchor point, which is defined by an orientation vector and a position on the data element.
- getAnchorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the anchor callback.
- getAnchorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the anchor callback, if set, otherwise null.
- getAndCreate(Key) - Method in class org.pepstock.charba.client.options.Scales
-
Gets from the native object the scale object by its id and creates a scale instance.
- getAndCreateAnnotation(Key) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
-
Gets the stored annotation from the cache.
- getAndCreateAnnotation(Key) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Gets the stored annotation from the native object and then it creates a wrapper on that in order to provide an annotation instance.
- getAngle() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc angle to cover.
- getAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
-
- getAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc angle to cover.
- getAngle() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the angle of data set item.
- getAngle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the arc angle to cover.
- getAngle() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc angle to cover.
- getAngleLines() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the angle lines element.
- getAngleLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getAngleLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getAngleLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the angle lines default.
- getAngleLines() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the angle lines element.
- getAnimation() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Returns the animation element.
- getAnimation() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
-
- getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
-
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition
-
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition
-
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- getAnimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.options.AnimationTransition
-
Returns the animation element.
- getAnimation() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the animation element.
- getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
- getAnimationContainer() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns an animation container instance to use in the default methods of this interface.
- getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
- getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
- getAnimationContainer() - Method in class org.pepstock.charba.client.data.Dataset
-
- getAnimationContainer() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns an animation container instance to use in the default methods of this interface.
- getAnimationContainer() - Method in class org.pepstock.charba.client.options.Options
-
- getAnimationContainer() - Method in class org.pepstock.charba.client.options.Tooltips
-
- getAnimationContainer() - Method in class org.pepstock.charba.client.options.TypedDataset
-
- getAnimations() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Returns the animations element.
- getAnimations() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns the animations collection element.
- getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
-
- getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
-
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition
-
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- getAnimations() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
-
Returns the animations collection element.
- getAnimations() - Method in class org.pepstock.charba.client.options.AnimationTransition
-
Returns the animations collection element.
- getAnimations() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns the animations collection element.
- getAnnotation() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
-
Returns the annotation of plugin.
- getAnnotation(int) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
-
Retrieves a cached annotation configuration item, previously stored.
- getAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Returns the annotation with the id passed as argument or null if not exist.
- getAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the annotation with the id passed as argument or null if not exist.
- getAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the annotation with the id passed as argument or null if not exist.
- getAnnotation(AnnotationId) - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns the annotation with the id passed as argument or null if not exist.
- getAnnotationId() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the id of annotation for caching (internal).
- getAnnotations() - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Returns the unmodifiable list of annotations.
- getAnnotations() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the collection of annotations.
- getAnnotations() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns the list of annotations.
- getArc() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the arc element.
- getArc() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
-
- getArc() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns ARC object defaults.
- getArc() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the arc element.
- getArcBorderRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the border radius of the dataset item in pixels as
ArcBorderRadius.
- getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns an area object used to define the area of LINEAR gradient.
- getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
- getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
-
- getArray() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns the array native object instance.
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
- getArray() - Method in class org.pepstock.charba.client.data.Labels
-
Returns the java script array.
- getArrayProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getArrayValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
- getAspectRatio() - Method in class org.pepstock.charba.client.Chart
-
Returns the aspect ratio.
- getAspectRatio() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the aspect ratio.
- getAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Canvas aspect ratio (i.e.
- getAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Canvas aspect ratio (i.e.
- getAspectRatio() - Method in class org.pepstock.charba.client.options.Options
-
Canvas aspect ratio (i.e.
- getAttribute(Key, double) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key, boolean) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key, int) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key, String) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key) - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns a custom field value from data point.
- getAttributes(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns the attributes, if exist.
- getAttributes() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a collection of all attribute nodes registered to the specified node.
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getAutoSkipPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
Note: Only applicable to horizontal scales.
- getAxes() - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the list of X axes.
- getAxes() - Method in class org.pepstock.charba.client.options.Scales
-
Returns a list of X axes.
- getAxis() - Method in class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the axis instance where the callback must be invoked.
- getAxis() - Method in class org.pepstock.charba.client.configuration.Axis
-
Which kind of axis this is.
Possible values are: 'x', 'y' or 'r'.
- getAxis() - Method in class org.pepstock.charba.client.configuration.AxisContainer
-
Returns the axis instance.
- getAxis() - Method in class org.pepstock.charba.client.configuration.Hover
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.configuration.Interaction
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxis() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the axis instance.
- getAxis() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
-
- getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
- getAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
-
- getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
-
- getAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxis(ScaleId, AxisKind) - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
-
Returns the default configuration for x axis.
- getAxis() - Method in class org.pepstock.charba.client.events.AxisClickEvent
-
Returns the axis configuration instance if exists.
- getAxis() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Which kind of axis this is.
Possible values are: ''x', 'y' or 'r'.
- getAxis() - Method in class org.pepstock.charba.client.options.Interaction
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.options.Scale
-
Which kind of axis this is.
Possible values are: ''x', 'y' or 'r'.
- getAxis(String) - Method in class org.pepstock.charba.client.options.Scales
-
Returns the scale with the id passed as argument or null if not exist.
- getAxis(ScaleId) - Method in class org.pepstock.charba.client.options.Scales
-
Returns the scale with the id passed as argument or null if not exist.
- getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.options.Scales
-
- getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after of the ticks building.
- getAxisById(int) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
- getAxisById(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the axis by the unique CHARBA id of scale or null if not axis.
- getAxisById(String) - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the scale with the id passed as argument or null if not exist.
- getAxisById(ScaleId) - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the scale with the id passed as argument or null if not exist.
- getAxisById(int) - Method in class org.pepstock.charba.client.configuration.ScalesOptions
-
- getAxisCalculateTickRotationCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after tick rotation is determined.
- getAxisDataLimitsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after data limits are determined.
- getAxisDimensionsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after dimensions are set.
- getAxisElement() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
- getAxisElement() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
- getAxisElement() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the axis instance.
- getAxisElement() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
- getAxisFitCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after the scale fits to the canvas.
- getAxisKind() - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the default axis kind for this default scale id.
- getAxisKindByScaleId(Key, AxisKind) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the axis kind inferring from the first character of the scale id which should be 'x', 'y' or 'r'.
- getAxisKindByScaleId(String, AxisKind) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the axis kind inferring from the first character of the scale id which should be 'x', 'y' or 'r'.
- getAxisTickToLabelConversionCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after ticks are converted in the strings.
- getAxisUpdateCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after of the update process.
- getBackdropColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the background color of the point label.
- getBackdropColor() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the color of label backdrops.
- getBackdropColor() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the background color of the point label.
- getBackdropColor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the background color of the point label.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
-
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getBackdropColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the background color of the point label.
- getBackdropColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the background color of the point label.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the color of label backdrops.
- getBackdropColorCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the backdrop color callback, if set, otherwise null.
- getBackdropColorCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the backdrop color callback instance.
- getBackdropPadding() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
-
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getBackdropPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding of label backdrop.
- getBackground() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'background' property from element.
- getBackgroundColor() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Returns the color of the background of annotation.
- getBackgroundColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the background color of tile.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the background color of the scale area.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill colors of the elements.
If property is missing or not a color, returns an empty list.
- getBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color under the line.
If property is missing or not a color, returns the default background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'backgroundColor' property from element.
- getBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background color.
If it has been set a gradient or pattern, returns null, otherwise the default color, "white".
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the background color of the dataset item.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color of the label.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the background color of the scale area.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the fill color during dragging.
- getBackgroundColorAlpha() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
The transparency value for the background color.
- getBackgroundColorAlpha() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
The transparency value for the background color.
- getBackgroundColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the background color as canvas gradient.
- getBackgroundColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as canvas gradient.
- getBackgroundColorAsCanvasPattern() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the background color as canvas pattern.
- getBackgroundColorAsCanvasPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as canvas pattern.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill gradient of elements.
If property is missing or not a gradient, returns an empty list.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill gradient under the line.
If property is missing or not a gradient, returns null.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background gradient.
- getBackgroundColorAsGradient() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the background gradient.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the background color as gradient.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as gradient.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill pattern under the line.
If property is missing or not a pattern, returns null.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background pattern.
If it has been set a color or gradient, returns null.
- getBackgroundColorAsPattern() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the background pattern.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the background color as pattern.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as pattern.
- getBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill patters of elements.
If property is missing or not a pattern, returns an empty list.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Returns the color of the background of annotation.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Returns the color of the background of annotation.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the background color of tile.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the background color of the scale area.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill colors of the elements.
If property is missing or not a color, returns an empty list.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color under the line.
If property is missing or not a color, returns the default background color.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the background color as string.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the background color as string.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the background color of the scale area.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background color.
If it has been set a gradient or pattern, returns null, otherwise the default color, "white".
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the background color as string.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the background color of the dataset item.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color of the label.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the background color of the scale area.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the fill color during dragging.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns the fill color during dragging.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Returns the callback called to set the color of the background of annotation.
- getBackgroundColorCallback() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Returns the callback called to set the color of the background of annotation.
- getBackgroundColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBackgroundColorHandler
-
Returns the callback called to set the color of the background of annotation.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the background width callback, if set, otherwise null.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the background color callback, if set, otherwise null.
- getBackgroundColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the background color callback.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the background color callback, if set, otherwise null.
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation
-
- getBackgroundColorHandler() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Returns a background color handler instance to use in the default methods of this interface.
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
- getBackgroundImage() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'backgroundImage' property from element.
- getBackgroundSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'backgroundSize' property from element.
- getBar() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the bar element.
- getBar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
-
- getBar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns BAR object defaults.
- getBar() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the bar element.
- getBarBorderRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the border radius of the dataset item in pixels as
BarBorderRadius.
- getBarPercentage() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other.
- getBarPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- getBarPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- getBarPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other.
- getBarPercentage() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarPercentage() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarPercentage() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarStackHandler() - Method in interface org.pepstock.charba.client.data.HasBarStackGroup
-
Returns an stack option handler instance.
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.StackedBarDataset
-
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
- getBarThickness() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage.
- getBarThickness() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- getBarThickness() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- getBarThickness() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage.
- getBarThickness() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns the width of each bar in pixels.
- getBarThickness() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the width of each bar in pixels.
- getBase() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value.
- getBase() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the base value of data set.
- getBaseCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the base callback, if set, otherwise null.
- getBasePixel(ScaleItem) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getBasePixel(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getBasePixel() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getBaseType() - Method in class org.pepstock.charba.client.AbstractChart
-
- getBaseType() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getBaseType() - Method in interface org.pepstock.charba.client.IsChart
-
- getBaseValue(ScaleItem) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the minimum chart value.
- getBaseValue(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the minimum chart value
- getBaseValue() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum chart value.
- getBefore() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns text to render before the body section.
- getBeforeBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of lines before body section.
- getBlue() - Method in class org.pepstock.charba.client.colors.Color
-
- getBlue() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the blue value.
- getBlue() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
-
- getBody() - Method in class org.pepstock.charba.client.dom.BaseHtmlDocument
-
Returns the <body> or <frameset> node of the current document, or null if no such element exists.
- getBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of items which belong to the tooltip body section.
- getBodyAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body alignment.
- getBodyAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodyAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodyAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body alignment.
- getBodyAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body alignment.
- getBodyCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user body callback.
- getBodyColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font color.
- getBodyColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color.
- getBodyColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font color as string.
- getBodyColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodyColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodyColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body font color as string.
- getBodyColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color as string.
- getBodyFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font element.
- getBodyFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodyFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodyFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body line font.
- getBodyFont() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font element.
- getBodySpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBodySpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodySpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodySpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBodySpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBooleanProperty(NativeObject, String, boolean) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getBorder() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'border' property from element.
- getBorder() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the width in pixels of the border of the table.
- getBorderAlign() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getBorderAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
-
- getBorderAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlignCallback() - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Returns the border align callback, if set, otherwise null.
- getBorderAlignCallback() - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Returns the border align callback, if set, otherwise null.
- getBorderAlignHandler() - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Returns a border align handler instance.
- getBorderAlignHandler() - Method in class org.pepstock.charba.client.data.PieDataset
-
- getBorderAlignHandler() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
- getBorderBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottom' property from element.
- getBorderBottomColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomColor' property from element.
- getBorderBottomLeftRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomLeftRadius' property from element.
- getBorderBottomRightRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomRightRadius' property from element.
- getBorderBottomStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomStyle' property from element.
- getBorderBottomWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomWidth' property from element.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getBorderCapStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.options.Line
-
Returns how the end points of every line are drawn.
- getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border cap-style callback, if set, otherwise null.
- getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border cap style callback, if set, otherwise null.
- getBorderCollapse() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderCollapse' property from element.
- getBorderColor() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the color of the border of annotation.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color of the border.
- getBorderColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the color of the bar border.
- getBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the color of the line.
If property is missing or not a color, returns the default border color.
- getBorderColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderColor' property from element.
- getBorderColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getBorderColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the color of the dataset item border
- getBorderColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color of the label.
- getBorderColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
- getBorderColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderColor() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the color of the border during dragging.
- getBorderColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the border color as canvas gradient.
- getBorderColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color as canvas gradient.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the gradient of the bar border.
If property is missing or not a gradient, returns an empty list.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the gradient of the line.
If property is missing or not a gradient, returns null.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the border color as gradient.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color as gradient.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Returns the color of the border of annotation.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the color of the border of annotation.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the color of the bar border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the color of the line.
If property is missing or not a color, returns the default border color.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border color as string.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border color as string.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border color.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the color of the dataset item border
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color of the label.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the color of the border during dragging.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns the color of the border during dragging.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the color of the border of annotation.
- getBorderColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the color of the border of annotation.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border width callback, if set, otherwise null.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the border color callback, if set, otherwise null.
- getBorderColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border color callback.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border color callback, if set, otherwise null.
- getBorderDash() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getBorderDash() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the line dash pattern used when stroking borders, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.options.AbstractScaleLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.options.Line
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDashCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which
describe the pattern.
- getBorderDashCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which
describe the pattern.
- getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the border dash callback when element is hovered, if set, otherwise null.
- getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border dash callback, if set, otherwise null.
- getBorderDashCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash callback, if set, otherwise null.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.options.AbstractScaleLines
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.options.Line
-
Returns the line dash pattern offset.
- getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the line dash pattern offset.
- getBorderDashOffsetCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the line dash pattern offset.
- getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Returns the border dash offset callback instance.
- getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border dash callback, if set, otherwise null.
- getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash offset callback, if set, otherwise null.
- getBorderImage() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderImage' property from element.
- getBorderImageWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderImageWidth' property from element.
- getBorderItem(Key, Key, int) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Returns the list of bar border item size (in pixels).
- getBorderItemAsObjects(Key, Key, NativeObjectContainerFactory<T>, int) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Returns the list of bar border item size (in pixels).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified
end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified
end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getBorderJoinStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified
end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified
end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.options.Line
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified
end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border join-style callback, if set, otherwise null.
- getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border join style callback, if set, otherwise null.
- getBorderLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeft' property from element.
- getBorderLeftColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeftColor' property from element.
- getBorderLeftStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeftStyle' property from element.
- getBorderLeftWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeftWidth' property from element.
- getBorderRadius() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels).
If a callback has been set, returns an empty list.
- getBorderRadius() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the list of arc border radius (in pixels).
If a callback has been set, returns an empty list.
- getBorderRadius() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border radius.
- getBorderRadius() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border radius.
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
-
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
-
- getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRadius' property from element.
- getBorderRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the border radius of item.
- getBorderRadius() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the bar border radius (in pixels).
- getBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels).
If a callback or an array have been set, returns an empty object.
- getBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the list of bar border radius (in pixels).
If a callback or an array have been set, returns an empty object.
- getBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border radius callback, if set, otherwise null.
- getBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the border radius callback, if set, otherwise null.
- getBorderRadiusCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border radius callback.
- getBorderRadiusCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border radius callback, if set, otherwise null.
- getBorderRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRight' property from element.
- getBorderRightColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRightColor' property from element.
- getBorderRightStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRightStyle' property from element.
- getBorderRightWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRightWidth' property from element.
- getBorderSkipped() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the edges to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
-
- getBorderSkipped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the edge to skip drawing the border for.
- getBorderSkippedCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border skipped callback, if set, otherwise null.
- getBorderSpacing() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderSpacing' property from element.
- getBorderStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderStyle' property from element.
- getBorderTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTop' property from element.
- getBorderTopColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopColor' property from element.
- getBorderTopLeftRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopLeftRadius' property from element.
- getBorderTopRightRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopRightRadius' property from element.
- getBorderTopStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopStyle' property from element.
- getBorderTopWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopWidth' property from element.
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Returns the width of the border in pixels.
- getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the width of the border in pixels.
- getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxAnnotation
-
- getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsEllipseAnnotation
-
- getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
- getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
- getBorderWidth() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used.
- getBorderWidth() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the bar in pixels.
If a callback has been set, returns an empty list.
- getBorderWidth() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke width of the bar in pixels.
If a callback has been set, returns an empty list.
- getBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the width of the line in pixels.
- getBorderWidth() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used.
- getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border width.
- getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderWidth' property from element.
- getBorderWidth() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the border width of the selection.
- getBorderWidth() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the border width of the selection.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the border width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the width of the border line.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the width of the border in pixels.
- getBorderWidth() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns the width of the border in pixels.
- getBorderWidthAsObject() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the border width of the dataset item in pixels as
BarBorderWidth.
- getBorderWidthAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the bar in pixels.
If a callback or an array have been set, returns an empty object.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the width of the border in pixels.
- getBorderWidthCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the width of the border in pixels.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border width callback, if set, otherwise null.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border width callback, if set, otherwise null.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the border width callback, if set, otherwise null.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border width callback, if set, otherwise null.
- getBorderWidthCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border width callback.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border width callback, if set, otherwise null.
- getBottom() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the bottom coordinate.
- getBottom() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.data.Clip
-
Returns the clip bottom.
- getBottom() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
-
- getBottom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
-
- getBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'bottom' property from element.
- getBottom() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Returns the bottom.
- getBottom() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the bottom of chart area.
- getBottom() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding bottom in pixel.
- getBottomLeft() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for bottom-left corner of the rectangle, in pixel.
- getBottomLeft() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for bottom-left corner of the rectangle, in pixel.
- getBottomRight() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for bottom-right corner of the rectangle, in pixel.
- getBottomRight() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for bottom-right corner of the rectangle, in pixel.
- getBounds() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBounds() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getBounds() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getBounds() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBounds() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBoxHandler() - Method in interface org.pepstock.charba.client.options.HasBox
-
Returns a box handler instance to use in the default methods of this interface.
- getBoxHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
-
- getBoxHandler() - Method in class org.pepstock.charba.client.options.Tooltips
-
- getBoxHeight() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the height of colored box.
- getBoxHeight() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the height of the colored box if displayColors is true..
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBoxHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBoxHandler
-
Returns the height of colored box.
- getBoxHeight() - Method in class org.pepstock.charba.client.options.BoxHandler
-
Returns the height of colored box.
- getBoxHeight() - Method in interface org.pepstock.charba.client.options.HasBox
-
Returns the height of colored box.
- getBoxWidth() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the width of colored box.
- getBoxWidth() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the width of the colored box if displayColors is true..
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBoxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBoxHandler
-
Returns the width of colored box.
- getBoxWidth() - Method in class org.pepstock.charba.client.options.BoxHandler
-
Returns the width of colored box.
- getBoxWidth() - Method in interface org.pepstock.charba.client.options.HasBox
-
Returns the width of colored box.
- getButton() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the button number that was pressed (if applicable) when the mouse event was fired.
- getButtons() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the buttons being depressed (if any) when the mouse event was fired.
- getByAxisKind(AxisKind, DefaultScaleId) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the default scale id instance by axis kind, otherwise will return null if not found.
- getByCode(String) - Static method in enum org.pepstock.charba.client.intl.Language
-
Returns the language instance, found using the identifier argument which is checked against both cods, 2 and 3 chars.
- getByName(String) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Gets EnumValue by its name
- getByType(int) - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns the type of node comparing the argument and its integer representation.
- getCalendar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getCalendar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the calendar to use.
- getCalendar() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the calendar to use.
- getCalendar() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getCallback(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the callback stored in the native object or null if not exists.
- getCallback(NativeObjectContainer, T) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the callback stored in the native object or the default value passed as argument, if not exists.
- getCallback() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns the function callback implemented in the additional java script source.
- getCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the user callback to change point labels.
- getCallback() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the data set callback instance to manage the color.
- getCallbackGradient(Key, int, int) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the gradient configured by callback for a specific data set and data index, for a specific property.
- getCallbackPattern(Key, int, int) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the pattern configured by callback for a specific data set and data index, for a specific property.
- getCallbacks() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the object where all tooltips callbacks are stored.
- getCallbacks() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the callbacks element.
- getCanvas() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the canvas element used to draw the chart.
- getCanvas() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the canvas of the canvas rendering context 2D object.
- getCanvas() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getCanvas() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the canvas element used to draw the chart.
- getCanvasPattern() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the canvas pattern if exists.
- getCaretPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getCaretPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getCaretPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretSize() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the size of the tooltip arrow, in pixels.
- getCaretSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getCaretSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getCaretSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the size, in px, of the tooltip arrow.
- getCaretSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the size, in pixels, of the tooltip arrow.
- getCaretX() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X location of the tooltip arrow.
- getCaretY() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y location of the tooltip arrow.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- getCategoryPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCellIndex() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns a value representing the cell's position in the cells collection of the <tr> the cell is contained within.
- getCellPadding() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the width in pixels of the horizontal and vertical sapce between cell content and cell borders.
- getCellSpacing() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the width in pixels of the horizontal and vertical separation between cells.
- getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns the coordinates of a center of arc for RADIAL gradient.
- getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
- getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
-
- getChangedTouches() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns a list of all the touch objects representing individual points of contact whose states changed between the previous touch event and this one.
- getCharbaId() - Method in class org.pepstock.charba.client.Chart
-
Returns the CHARBA ID, set to the chart.
- getCharbaId() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the unique id of axis.
- getCharbaId() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the unique id of scale.
- getCharbaId() - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Returns the unique id of scale.
- getCharbaId() - Method in class org.pepstock.charba.client.options.Options
-
Returns the CHARBA id when the options are related to a chart instance.
- getCharbaPrefixPackageName() - Method in class org.pepstock.charba.client.InjectorPrefixHelper
-
Returns the prefix to apply to CHARBA injectable resources DOM element id when they will injected.
- getCharset() - Method in class org.pepstock.charba.client.dom.elements.Script
-
Returns the character encoding of an external script.
- getChart() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.Chart
-
Returns the CHARBA chart or null if CHARBA id is not present in the CAHRT.JS chart options.
- getChart() - Method in class org.pepstock.charba.client.configuration.ChartContainer
-
Returns the chart instance
- getChart() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the CHARBA chart instance.
- getChart(String) - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Returns the chart instances which must be consumed by controller.
- getChart() - Method in class org.pepstock.charba.client.events.AbstractChartEvent
-
Returns the chart instance, stored in the event as source.
- getChart() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
Returns the chart instance, stored in the event as source.
- getChart() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
- getChart() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
-
Returns the chart instance, stored in the event as source.
- getChart() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
Returns the chart instance, wrapped by this GWT widget.
- getChart() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the chart instance
- getChart() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Returns the chart instance which is using the options.
- getChart() - Method in class org.pepstock.charba.client.positioner.PositionerContext
-
Returns the CHARBA chart instance.
- getChartArea() - Method in class org.pepstock.charba.client.Chart
-
Returns the chart area node, as native object.
- getChartArea() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the chart area item.
- getChartElement() - Method in class org.pepstock.charba.client.AbstractChart
-
- getChartElement() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getChartElement() - Method in interface org.pepstock.charba.client.IsChart
-
Gets a handle to the object's underlying DOM element.
- getChartId() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Returns the chart id read and set in the HTML legend id.
- getChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the default chart options
- getChartOptions(Type) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default options by a chart type, for a existing chart instance.
It contains:
global options
scale global options
chart global options
- getChartOptions(Type) - Method in class org.pepstock.charba.client.Overrides
-
Returns the chart options defaults by chart type.
- getChartProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getChartType() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Returns the extended chart type of controller.
- getChildElementCount() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the number of children of this parent node which are elements.
- getChildElementCount() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the number of children of this element which are elements.
- getChildKey() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the property name to use to add this element to its parent.
- getChildNodes() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a list containing all the children of this node.
- getCircumference() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getCircumference() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getCircumference() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the circumference of data set item.
- getCircumference() - Method in class org.pepstock.charba.client.options.Options
-
Returns the the sweep to allow arcs to cover.
- getClampCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the clamp callback.
- getClampCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the clamp callback, if set, otherwise null.
- getClassName() - Method in enum org.pepstock.charba.client.resources.ResourceName
-
Returns the class name of CHARBA injectable resource implementation.
- getClickCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called when a "click" event is occurring.
- getClickCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called when a "click" event is occurring.
- getClickEventHandler() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultListeners
-
Returns the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- getClickEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- getClientHeight() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the inner height of the element.
- getClientLeft() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the width of the left border of the element.
- getClientTop() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the width of the top border of the element.
- getClientWidth() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the inner width of the element.
- getClientX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the X coordinate of the mouse pointer in local (DOM content) coordinates.
- getClientX() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the X coordinate of the touch point relative to the left edge of the browser viewport, not including any scroll offset.
- getClientY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the Y coordinate of the mouse pointer in local (DOM content) coordinates.
- getClientY() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the Y coordinate of the touch point relative to the top edge of the browser viewport, not including any scroll offset.
- getClip() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
- getClipAsObject() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
- getClipCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the clip callback.
- getClipCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the clip callback, if set, otherwise null.
- getCode2Chars() - Method in enum org.pepstock.charba.client.intl.Language
-
Returns the language identifier, 2 chars.
It could be null.
- getCode3Chars() - Method in enum org.pepstock.charba.client.intl.Language
-
Returns the language identifier, 3 chars.
- getColor() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the color of text.
- getColor() - Method in enum org.pepstock.charba.client.colors.GoogleChartColor
-
- getColor() - Method in class org.pepstock.charba.client.colors.GradientColor
-
Returns the color of the gradient.
- getColor() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
- getColor() - Method in enum org.pepstock.charba.client.colors.HtmlColor
-
- getColor() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
-
Returns the color instance.
- getColor() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColor() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- getColor() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the color of angled lines.
- getColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the color.
- getColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'color' property from element.
- getColor(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the fill or stroke color is used for shapes.
- getColor() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
- getColor() - Method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Returns the color of threshold.
- getColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for value.
- getColor() - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the color if it has been set, otherwise null.
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the the selection cleaner label font color.
- getColor() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the color of angled lines.
- getColor() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the colors of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- getColor() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the font color of text as string.
- getColorAsString() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the color of text as string.
- getColorAsString() - Method in class org.pepstock.charba.client.colors.GradientColor
-
Returns the color of the gradient.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the font color as string.
- getColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
-
Returns the font color as string.
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
Returns the color of lines.
- getColorAsString(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the fill or stroke color is used for shapes.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for value.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the color as string if it has been set, otherwise null.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the color.
- getColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner label font color.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the the selection cleaner label font color.
- getColorAsString() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the the font color.
- getColorAsString() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in class org.pepstock.charba.client.options.FontContainer
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the color of the grid, if not specified as an array.
- getColorAsString() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the color of the text of label.
- getColorCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the color of the text of label.
- getColorCallback() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Returns the color callback instance.
- getColorCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the color callback, if set, otherwise null.
- getColorCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the color callback, if set, otherwise null.
- getColorCallback() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the color callback, if set, otherwise null.
- getColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the color callback.
- getColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the color callback, if set, otherwise null.
- getColorCallback() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the font color callback, if set, otherwise null.
- getColorCallback() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font color callback, if set, otherwise null.
- getColors() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the unmodifiable list of stopping colors.
- getColors() - Method in enum org.pepstock.charba.client.colors.UiGradient
-
- getColors(Key, String) - Method in class org.pepstock.charba.client.data.HovingDataset
-
- getColors(Key, String) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns an array of colors as string.
- getColors() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns a list of colors which are composing a color scheme.
- getColors() - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
- getColors() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
- getColorsAsString() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the colors of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- getColorScheme(String, String) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Returns the stored instance of color scheme from cache.
- getColorsFromData(Dataset, List<IsColor>, boolean, double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Returns an array of colors for each data of dataset.
- getColorType() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the type of background color has been set.
- getColorType() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the type of background color has been set.
- getColSpan() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the value indicating the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
- getColumnHeights() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of columns heights.
- getColumnWidths() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of columns widths.
- getCompactDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the compact display when
Notation.COMPACT is set.
PAY ATTENTION
This method is not supported on Safari.
- getCompactDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getCompactDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
- getCompactDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the compact display when
Notation.COMPACT is set.
PAY ATTENTION
This method is not supported on Safari.
- getCompactDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getCompactDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the compact display when
Notation.COMPACT is set.
PAY ATTENTION
This method is not supported on Safari.
- getCompletedCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called once zooming or panning is completed.
- getCompletedCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the callback called once zooming or panning is completed.
- getCompletedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback property handler for completed event.
- getCompletedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
-
- getCompletedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
-
- getConfiguration() - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
Returns the options element for tick.
- getConfiguration() - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
-
Returns the configuration element.
- getConfiguration() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
-
Returns the configuration element.
- getConfiguration() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the options element for tick.
- getConsole() - Static method in class org.pepstock.charba.client.utils.Window
-
Returns the Console object
- getContent() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the text to display in label as list.
- getContent() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Returns the content of envelop.
- getContent() - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Returns the value of meta-data property..
- getContent() - Method in class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Returns the content of the item to inject.
- getContentAsImage() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the text to display in label as list.
- getContentCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the text to display in label as list.
- getContentCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the text to display in label as list.
- getContext(String) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a drawing context on the canvas, or null if the context ID is not supported.
A drawing context lets you draw on the canvas.
- getContext() - Method in class org.pepstock.charba.client.events.AbstractChartEvent
-
Returns the java script function context of CHART.JS events.
- getContext() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
-
Returns the java script function context of CHART.JS events.
- getContext() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the scriptable context for callbacks, creating it if does not exist.
It's called from
BaseMeterController.
- getContext2d() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a drawing 2D context on the canvas.
- getController(ControllerType) - Method in class org.pepstock.charba.client.controllers.Controllers
-
- getController(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Returns the controller by name as string.
- getController() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
-
Returns the controller instance or null if chart not initialized.
- getController() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset controller.
- getControllers() - Method in class org.pepstock.charba.client.Defaults
-
Returns the controllers.
- getControllerType() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
-
Returns the controller type
- getControllerType() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
-
- getControllerType() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
-
- getControlPointNextX() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the next X control point of data set item in pixel.
- getControlPointNextY() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the next Y control point of data set item in pixel.
- getControlPointPreviousX() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the previous X control point of data set item in pixel.
- getControlPointPreviousY() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the previous Y control point of data set item in pixel.
- getCornerRadius() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Returns the border radius.
- getCornerRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxAnnotation
-
Returns the border radius.
- getCornerRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the radius of label rectangle.
- getCornerRadius() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the radius of label rectangle.
- getCornerRadius() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getCornerRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getCornerRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadius() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadiusCallback() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Returns the callback called to set the corner radius.
- getCornerRadiusCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxAnnotation
-
Returns the callback called to set the corner radius.
- getCornerRadiusCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the corner radius.
- getCornerRadiusCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the corner radius.
- getCount() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the number of ticks to generate.
If specified, this overrides the automatic generation.
- getCount() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getCount() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getCount() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the number of ticks to generate.
If specified, this overrides the automatic generation.
- getCount() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the number of ticks to generate.
If specified, this overrides the automatic generation.
- getCountCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the count callback instance.
- getCountCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Returns the count callback instance.
- getCrossAlign() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the tick alignment perpendicular to the axis.
- getCrossAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getCrossAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getCrossAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the tick alignment perpendicular to the axis.
- getCrossAlign() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the tick alignment perpendicular to the axis.
- getCssStatement() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the CSS statement which represents the gradient orientation.
- getCssStatement() - Method in enum org.pepstock.charba.client.colors.GradientType
-
Returns the CSS statement which represents the gradient type.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getCubicInterpolationMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.options.Line
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationModeCallback() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the border join style callback, if set, otherwise null.
- getCurrency() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the currency to use in currency formatting.
- getCurrency() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getCurrency() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the currency to use in currency formatting.
- getCurrency() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the currency to use in currency formatting.
- getCurrency() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getCurrency() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the currency to use in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns how to display the currency in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getCurrencyDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns how to display the currency in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns how to display the currency in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns how to display the currency in currency formatting.
- getCurrencySign() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".
PAY ATTENTION
This method is not supported on Safari.
- getCurrencySign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getCurrencySign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".
- getCurrencySign() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".
PAY ATTENTION
This method is not supported on Safari.
- getCurrencySign() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getCurrencySign() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".
PAY ATTENTION
This method is not supported on Safari.
- getCurrent() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Returns the current threshold.
- getCurrentCursor() - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Returns the cursor type before changing it.
- getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.Chart
-
Returns the current device pixel ratio.
- getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the current device pixel ratio.
- getCurrentStep() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the current animation frame number.
- getCurrentTarget() - Method in class org.pepstock.charba.client.dom.BaseEvent
-
Returns a reference to the currently registered target for the event.
This is the object to which the event is currently slated to be sent.
- getCursor() - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
-
Returns the pointer cursor to use.
- getCursorOfChart(IsChart) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the cursor currently set in the chart.
- getCursorPointer() - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Returns the cursor type when the cursor is over the dataset item.
- getCursorPointer() - Method in interface org.pepstock.charba.client.impl.plugins.IsDefaultCursorPointerOptions
-
Returns the cursor type when the cursor is over the dataset item.
- getCursorType() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'cursor' property from element.
- getCutout() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the portion of the chart that is cut out of the middle.
As
Double, it is considered to be pixels.
- getCutout() - Method in class org.pepstock.charba.client.configuration.PieOptions
-
- getCutout() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getCutout() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getCutout() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the portion of the chart that is cut out of the middle.
As
Double, it is considered to be pixels.
- getCutout() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
- getCutout() - Method in class org.pepstock.charba.client.options.Options
-
Returns the portion of the chart that is cut out of the middle.
As
Double, it is considered to be pixels.
- getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the portion of the chart that is cut out of the middle.
As
String and ending with '%', percentage of the chart radius.
- getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.DoughnutOptions
-
- getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getCutoutPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the portion of the chart that is cut out of the middle.
As
String and ending with '%', percentage of the chart radius.
- getCutoutPercentage() - Method in class org.pepstock.charba.client.options.Options
-
Returns the portion of the chart that is cut out of the middle.
As
String and ending with '%', percentage of the chart radius.
- getData() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the data object with all passed datasets.
- getData() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis.
- getData(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis.
- getData() - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- getData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- getData() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- getData() - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
- getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
- getData() - Method in class org.pepstock.charba.client.dom.elements.TextNode
-
Returns the textual data contained in this object.
- getData() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getData() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the data object with all passed datasets.
- getDataCount() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the amount of data.
- getDataIndex() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the index of the current data.
- getDataIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the index of the data inside the dataset.
- getDataItem() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the value for the data set by a
DataItem.
- getDataPoint() - Method in class org.pepstock.charba.client.items.TooltipItem
-
- getDataPoints(Dataset.DataPointFactory, boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a data set for a chart is specified as an array of data points
- getDataPoints() - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Returns the data property of a dataset for a chart is specified as an array of data points
- getDataPoints(boolean) - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Returns the data property of a dataset for a chart is specified as an array of data points
- getDataPoints() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of tooltip items related to data points.
- getDataset() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the data set instance where the callback must be stored.
- getDataset() - Method in class org.pepstock.charba.client.data.Dataset
-
- getDataset() - Method in interface org.pepstock.charba.client.data.HasDataset
-
Gets the dataset instance.
- getDatasetAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the data sets that matches the event and returns the data set items references as a list.
- getDatasetAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getDatasetAtEvent(BaseNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset that matches the event.
- getDatasetControllerStyle(NativeObject, int) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
- getDatasetControllerStyle(NativeObject, int) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
- getDatasetElement() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the
DatasetElement related to the context, if there is, otherwise
null.
- getDatasetIndex() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the index of the current data set.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Returns the index of the data set.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Returns the data set item index.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the data set index of the chart
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the dataset index of the chart
- getDatasetItem(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the data set that matches the current index.
- getDatasetItem() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the
DatasetItem related to the context, if there is, otherwise
null.
- getDatasetItem(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getDatasetItem(int) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset that matches the current index and returns.
- getDatasetItem() - Method in class org.pepstock.charba.client.items.PluginDatasetArgument
-
Returns the dataset item.
- getDatasetMeta(int) - Method in class org.pepstock.charba.client.Chart
-
Looks for the dataset that matches the current index.
- getDatasetOptionsHandler() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDatasetOptionsHandler() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the instance of bar dataset options handler.
- getDatasetOptionsHandler() - Method in class org.pepstock.charba.client.options.TypedDataset
-
- getDatasets() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the data sets element.
- getDatasets() - Method in class org.pepstock.charba.client.data.Data
-
Returns the list of data sets.
- getDatasets(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the list of data sets.
- getDatasets() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getDatasets() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the plugins defaults.
- getDatasets(Type) - Method in class org.pepstock.charba.client.options.Datasets
-
Returns the data sets options by chart type.
- getDatasets() - Method in class org.pepstock.charba.client.options.Options
-
Returns the data sets element.
- getDatasetsAsString() - Method in class org.pepstock.charba.client.data.Data
-
Returns a string representation for all data sets, in JSON format.
- getDataString() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the data property of a dataset for a chart is specified as an array of strings.
- getDataString(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the data property of a dataset for a chart is specified as an array of strings.
- getDataString() - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
- getDataString(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
- getDataType() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data type of data sets.
- getDataType() - Method in enum org.pepstock.charba.client.enums.AxisType
-
Returns the type of managed data for this axis type.
- getDataType() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the data type of value.
- getDataType() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the data type of value.
- getDataVisibility(int) - Method in class org.pepstock.charba.client.Chart
-
Returns the stored visibility state of an data index for all datasets.
- getDate() - Method in class org.pepstock.charba.client.configuration.Adapters
-
Returns the date adapter options.
- getDate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAdapters
-
- getDate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAdapters
-
- getDate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAdapters
-
Returns the date adapter options.
- getDate() - Method in class org.pepstock.charba.client.options.Adapters
-
Returns the date adapter options.
- getDateStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getDateStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
- getDateStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
- getDateStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getDateTime() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getDay() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getDay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getDay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Day.
- getDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Day.
- getDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getDayPeriod() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getDayPeriod() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the way day periods should be expressed.
- getDayPeriod() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the way day periods should be expressed.
- getDayPeriod() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getDecimalForPixel(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getDecimalForPixel(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getDecimalForPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getDecimation() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Returns the decimation plugin element.
- getDecimation() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
Returns the decimation plugin element.
- getDecimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getDecimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the decimation defaults.
- getDecimation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the decimation plugin element.
- getDefault() - Static method in class org.pepstock.charba.client.intl.CLocale
-
Gets the current value of the default locale for this instance.
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default background color value based on type of chart.
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border color value based on type of chart.
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getDefaultBorderDash() - Method in class org.pepstock.charba.client.options.AbstractScaleLines
-
Provides the default value for border dash.
- getDefaultBorderDash() - Method in class org.pepstock.charba.client.options.AngleLines
-
- getDefaultBorderDash() - Method in class org.pepstock.charba.client.options.Grid
-
- getDefaultBorderDashOffset() - Method in class org.pepstock.charba.client.options.AbstractScaleLines
-
Provides the default value for border dash offset.
- getDefaultBorderDashOffset() - Method in class org.pepstock.charba.client.options.AngleLines
-
- getDefaultBorderDashOffset() - Method in class org.pepstock.charba.client.options.Grid
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border width value based on type of chart.
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getDefaultByType(GradientType) - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the default orientation based on gradient type.
- getDefaultChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the default options created based on chart type.
- getDefaultChartOptions() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getDefaultChartOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the default options created based on chart type.
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default background color value based on type of chart.
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border color value based on type of chart.
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border width value based on type of chart.
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getDefaultLocale(Key) - Static method in class org.pepstock.charba.client.intl.CLocale
-
Returns the default locale, set in the the platform.
- getDefaultMode() - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
Returns which elements appear in the tooltip.
- getDefaultMode() - Method in class org.pepstock.charba.client.options.Interaction
-
- getDefaultMode() - Method in class org.pepstock.charba.client.options.Tooltips
-
- getDefaultPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
-
Returns the default padding for all other methods
- getDefaultPluginOptions(DefaultPluginId) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the options for default plugin.
- getDefaults() - Static method in class org.pepstock.charba.client.Chart
-
Returns the defaults property by native object.
- getDefaults() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns the default values of tiles configuration.
- getDefaults() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
Returns the defaults instance to be wrapped.
- getDefaults() - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Returns the original defaults of plugin.
- getDefaultsAnnotationOptionsByChart(AnnotationType, AnnotationId, IsChart) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
-
Retrieves the annotation configuration instance from chart, by an annotation id, in order to get it as default of another annotation object.
- getDefaultsAnnotationOptionsByGlobal(AnnotationType, AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
-
Retrieves the annotation configuration instance from globals, by an annotation id, in order to get it as default of another annotation object.
- getDefaultScale(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the global options for this chart.
- getDefaultScaleId() - Method in enum org.pepstock.charba.client.enums.AxisType
-
Returns the default scale id for this axis type.
- getDefaultsOptions() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the default options of the label.
- getDefaultsOptions() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the default options instance.
- getDefaultsOptions() - Method in class org.pepstock.charba.client.zoom.Pan
-
- getDefaultsOptions() - Method in class org.pepstock.charba.client.zoom.Zoom
-
- getDefaultsValues() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the defaults values for this object.
- getDefaultsValues() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Returns the default options for the specific annotation type.
- getDefaultValue() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the default value for the data set property, being a color.
- getDefaultValues() - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Returns the default provider instance.
- getDefaultValues() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the default values of the axis.
- getDefaultValues() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the defaults configuration.
- getDefaultValues() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default options instance.
- getDefaultValues() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
- getDefaultValues() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the default values.
- getDefaultValues() - Method in class org.pepstock.charba.client.options.AbstractModel
-
Returns the default provider instance.
- getDeferredResourcesResource() - Method in class org.pepstock.charba.client.resources.DeferredResources
-
Returns the CHART.JS client bundle with java script definition.
- getDelay() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the delay before starting the animations.
- getDelay() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
- getDelay() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
-
- getDelay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the delay before starting the animations.
- getDelay() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the delay before starting the animations.
- getDelay() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to set the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
- getDelayCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
-
- getDelayCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to set the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the callback to set the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- getDelegate() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns the wrapped list of elements.
- getDelegatedCallback(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
Returns the delegated callback previously set by user.
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getDevicePixelRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.options.Options
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Static method in class org.pepstock.charba.client.utils.Window
-
Returns the device pixel ratio
- getDirection() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'direction' property from element.
- getDisplay() - Method in class org.pepstock.charba.client.configuration.Axis
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
When
Display.AUTO, the axis is visible only if at least one associated data set is visible.
- getDisplay() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the visibility of labels.
- getDisplay() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the visibility of labels.
- getDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns how showing the axis.
- getDisplay() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'display' property from element.
- getDisplay() - Method in class org.pepstock.charba.client.options.AbstractScale
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
- getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set whether the annotation should be displayed.
- getDisplayCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the display options.
- getDisplayCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set whether the label should be displayed.
- getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set whether the label should be displayed.
- getDisplayCallback() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the callback to set if the title is shown.
- getDisplayCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the display callback.
- getDisplayCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the display callback, if set, otherwise null.
- getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
-
Returns the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.options.DisplayFormats
-
Returns the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- getDisplayFormats() - Method in class org.pepstock.charba.client.configuration.Time
-
Returns the displayFormats element.
- getDisplayFormats() - Method in class org.pepstock.charba.client.options.Time
-
Returns the displayFormats element.
- getDocument() - Static method in class org.pepstock.charba.client.dom.DOM
-
Returns a reference to the document that the window contains.
- getDocumentElement() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the element that is a direct child of the document.
This is normally the object representing the document's <html< element.
- getDoubleClickCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called when a "dblclick" event is occurring.
- getDoubleClickCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called when a "dblclick" event is occurring.
- getDoubleClickSpeed() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the double-click speed in milliseconds used to distinguish single-clicks from double-clicks whenever you need to capture both.
- getDoubleClickSpeed() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns the double-click speed in milliseconds used to distinguish single-clicks from double-clicks whenever you need to capture both.
- getDoubleProperty(NativeObject, String, double) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getDrag() - Method in class org.pepstock.charba.client.zoom.DefaultZoom
-
- getDrag() - Method in interface org.pepstock.charba.client.zoom.IsDefaultZoom
-
Returns the drag-to-zoom effect.
- getDrag() - Method in class org.pepstock.charba.client.zoom.Zoom
-
Returns the drag-to-zoom effect.
- getDrawer() - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
-
- getDrawer() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Returns the instance of shape drawer.
- getDrawer() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
- getDrawer() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
-
- getDrawingArea() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the drawing area dimension of scale.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.configuration.Filler
-
Returns the draw time which defines when the filling will be applied.
- getDrawTime() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
-
- getDrawTime() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFiller
-
- getDrawTime() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFiller
-
Returns the draw time which defines when the filling will be applied.
- getDrawTime() - Method in class org.pepstock.charba.client.options.Filler
-
Returns the draw time which defines when the filling will be applied.
- getDrawTimeCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the draw time which defines when the annotations are drawn.
- getDrawTimeCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the draw time which defines when the annotations are drawn.
- getDuration() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
-
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
-
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition.ActiveDefaultAnimation
-
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition.ResizeDefaultAnimation
-
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
-
- getDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to set the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
- getDurationCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
-
- getDurationCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to set the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the callback to set the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- getEasing() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
- getEasing() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
-
- getEasing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
-
- getEasing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
-
- getEasing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Returns the easing of drawing (between 0 and 1) for animation.
- getEasing() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to set the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
- getEasingCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
-
- getEasingCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to set the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the callback to set the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- getElement() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the element instance to be managed.
- getElement() - Method in interface org.pepstock.charba.client.configuration.AbstractDynamicConfiguration.IsProvider
-
Provides the options provider to manage properties.
- getElement() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Returns the options element to use to store the properties.
- getElement() - Method in class org.pepstock.charba.client.configuration.Arc
-
- getElement() - Method in class org.pepstock.charba.client.configuration.Bar
-
- getElement() - Method in class org.pepstock.charba.client.configuration.Grid
-
- getElement() - Method in class org.pepstock.charba.client.configuration.Line
-
- getElement() - Method in class org.pepstock.charba.client.configuration.Point
-
- getElement() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
- getElement() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Returns the data set item element.
- getElement() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the dataset element (point, arc, bar, etc.) for this tooltip item.
- getElement() - Method in class org.pepstock.charba.client.zoom.ZoomContext
-
- getElementAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned.
- getElementAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getElementAtEvent(BaseNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned.
- getElementById(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns an element object representing the element whose id property matches the specified string.
- getElements() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the elements element.
- getElements() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getElements() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the elements defaults.
- getElements() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
- getElements() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartPointerDefaultOptions
-
Returns the chart elements in scope to "cursorpointer" plugin.
- getElements() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns a list of dataset elements.
- getElements() - Method in class org.pepstock.charba.client.options.Options
-
Returns the elements element.
- getElementsAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event.
- getElementsAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getElementsAtEvent(BaseNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event.
- getElementsAtEventForMode(BaseNativeEvent, String, NativeObject, boolean) - Method in class org.pepstock.charba.client.Chart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event.
- getElementsByTagName(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns an list of elements with the given tag name.
The complete document is searched, including the root node.
- getElementsByTagName(String) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a list containing all descendant elements, of a particular tag name, from the current element.
- getEmptyColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for empty sector.
- getEmptyColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for empty sector.
- getEnd() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the end point of a bar.
- getEnd() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the ending point
- getEnd() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the end value of scale.
- getEndAngle() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the end angle of data set item.
- getEndPoint() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the
DatasetElement related to the data as ending point of segment.
- getEndValue() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the ending value on scale
- getEndValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsDate() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsDouble() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsString() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the callback called to set the data value at which the line draw should end.
- getEndValueCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the callback called to set the data value at which the line draw should end.
- getEnterCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called when a "enter" event is occurring.
- getEnterCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called when a "enter" event is occurring.
- getEnterEventHandler() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultListeners
-
Returns the ENTER event (the mouse is moved over a label) handler.
- getEnterEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the ENTER event (the mouse is moved over a label) handler.
- getEra() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getEra() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Era.
- getEra() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Era.
- getEra() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getEventContext() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Returns the event context in the the CHART.JS event.
- getEventProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getEvents() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the browser events that the chart should listen to.
- getEvents() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the browser events that the legend should listen to.
- getEvents() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the browser events that the tooltip should listen to.
- getEvents() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getEvents() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getEvents() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getEvents() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the browser events that the legend should listen to.
- getEvents() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the browser events that the chart should listen to.
- getEvents() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the browser events that the tooltip should listen to.
- getEvents() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the browser events that the legend should listen to.
- getEvents() - Method in class org.pepstock.charba.client.options.Options
-
Returns the browser events that the chart should listen to.
- getEvents() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the browser events that the tooltip should listen to.
- getEvents() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Returns the browser events that the plugins should listen to.
- getExternalCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user external callback instance.
- getFactory() - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns the factory needed to creates canvas objects from a native java script object.
- getFactory() - Method in class org.pepstock.charba.client.data.GradientsContainer
-
- getFactory() - Method in class org.pepstock.charba.client.data.PatternsContainer
-
- getFamily() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font family, follows CSS font-family options.
- getFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
-
- getFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
-
- getFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
-
- getFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font family, follows CSS font-family options.
- getFamily() - Method in class org.pepstock.charba.client.options.AbstractFont
-
- getFamily() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font family, follows CSS font-family options.
- getFill() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
- getFill() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getFill() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getFill() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFillHandler
-
Returns how to fill the area under the line.
- getFill(int) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns a fill, based on absolute data set index, using the passed index.
- getFill(String) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns a fill, based on relative data set index, using the passed index.
If the passed argument is not a relative data set index, checks if is predefined fill.
- getFill() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.options.FillHandler
-
Returns how to fill the area under the line.
- getFill() - Method in interface org.pepstock.charba.client.options.HasFill
-
Returns how to fill the area under the line.
- getFillCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill callback, if set, otherwise null.
- getFillCallback() - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
Returns the fill callback, if set, otherwise null.
- getFillColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for colors inside shapes.
- getFillColorAsString() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for colors inside shapes.
- getFiller() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the filler plugin configuration.
- getFiller() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getFiller() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the filler defaults.
- getFiller() - Method in class org.pepstock.charba.client.options.Options
-
Returns the filler plugin element.
- getFillGradient() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for gradient style inside shapes.
- getFillHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getFillHandler() - Method in interface org.pepstock.charba.client.options.HasFill
-
Returns a fill handler instance to use in the default methods of this interface.
- getFillHandler() - Method in class org.pepstock.charba.client.options.Line
-
- getFillPattern() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for pattern style inside shapes.
- getFillStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as color.
- getFillStyleAsCanvasGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as canvas gradient.
- getFillStyleAsCanvasPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as canvas pattern.
- getFillStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as gradient.
- getFillStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as pattern.
- getFilterCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user filter callback instance.
- getFilterCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user filter callback instance.
- getFirstChild() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the first direct child node of the node, or null if the node has no child.
- getFirstElementChild() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the first node which is both a child of this parent node and is also an element, or null if there is none.
- getFirstElementChild() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the first node which is both a child of this element and is also an element, or null if there is none.
- getFloatingData() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the data property of a data set for a chart is specified as an array of floating data.
- getFloatingData(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the data property of a data set for a chart is specified as an array of floating data.
- getFont() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
-
- getFont() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
-
- getFont() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
-
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
-
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
-
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
-
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
-
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- getFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
-
Returns the font element.
- getFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'font' property from element.
- getFont() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text style to use when drawing text.
This string uses the same syntax as the CSS font specifier.
- getFont() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner label font.
- getFont() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the the font object.
- getFont() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the the font object.
- getFont() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the the font object.
- getFont() - Method in class org.pepstock.charba.client.options.FontContainer
-
Returns the font element.
- getFont() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.options.Options
-
Returns the font element.
- getFontCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the font callback, if set, otherwise null.
- getFontCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the font callback, if set, otherwise null.
- getFontCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font callback, if set, otherwise null.
- getFontCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the font callback, if set, otherwise null.
- getFontCallback() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the font callback, if set, otherwise null.
- getFontCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the font callback.
- getFontCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the font callback, if set, otherwise null.
- getFontCallback() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the font callback.
- getFontCallback() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font callback, if set, otherwise null.
- getFontCallback() - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
-
- getFontColor(MeterOptions, MeterContext) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Returns the color to apply to rendered label, invoking the callback if set.
- getFontColor() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the font color to apply to the render of value.
- getFontColor() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the font color of the legend or null if not set.
- getFontColorCallback() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the callback to customize the font color for rendered label in the chart.
- getFontContainer() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns a font container instance to use in the default methods of this interface.
- getFontContainer() - Method in class org.pepstock.charba.client.options.LegendLabels
-
- getFontContainer() - Method in class org.pepstock.charba.client.options.LegendTitle
-
- getFontContainer() - Method in class org.pepstock.charba.client.options.PointLabels
-
- getFontContainer() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
- getFontContainer() - Method in class org.pepstock.charba.client.options.Ticks
-
- getFontContainer() - Method in class org.pepstock.charba.client.options.Title
-
- getFontFamily() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontFamily' property from element.
- getFontItem() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
- getFontSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontSize' property from element.
- getFontSizeAdjust() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontSizeAdjust' property from element.
- getFontStretch() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontStretch' property from element.
- getFontStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontStyle' property from element.
- getFontVariant() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontVariant' property from element.
- getFontWeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontWeight' property from element.
- getFooter() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the footer of the tooltip.
- getFooterAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer alignment.
- getFooterAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer alignment.
- getFooterAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body alignment.
- getFooterCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user footer callback.
- getFooterColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font color.
- getFooterColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color.
- getFooterColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font color as string.
- getFooterColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font color as string.
- getFooterColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color as string.
- getFooterFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font element.
- getFooterFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font.
- getFooterFont() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font element.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the margin to add before drawing the footer.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterMarginTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the margin to add before drawing the footer.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the margin to add before drawing the footer.
- getFooterSpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getFooterSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getForce() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the amount of pressure being applied to the surface by the user, as a double between 0.0 (no pressure) and 1.0 (maximum pressure).
- getFormat(TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getFormatCallback() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the callback to customize the value string in the chart.
- getFormatMatcher() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getFormatMatcher() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the format matching algorithm to use.
- getFormatMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the format matching algorithm to use.
- getFormatMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getFormats() - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the provided default formats.
- getFormattedValue(MeterOptions, MeterContext) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Returns a formatted value of the chart applying the precision or invoking the value callback.
- getFormattedValue() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the formatted value for the tooltip.
- getFormatterCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the formatter callback.
- getFormatterCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the formatter callback, if set, otherwise null.
- getFrom() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getFrom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getFrom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the start value for the animation as number.
- getFrom() - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
Returns the starting value of selected scale.
- getFrom() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as number.
- getFromAsBoolean() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getFromAsBoolean() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getFromAsBoolean() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the start value for the animation as boolean.
- getFromAsBoolean() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as number.
- getFromAsColor() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as color.
- getFromAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getFromAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getFromAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection
-
- getFromAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the start value for the animation as color string.
- getFromAsString() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as color string.
- getFromCallback() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getFromCallback() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getFromCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the callback to set the start value for the animation.
- getFromCallback() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the callback to set the start value for the animation.
- getFullSizeCallback() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the callback to set if marks that this box should take the full width/height of the canvas (moving other boxes).
- getGlobal() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global options.
- getGrace() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- getGrace() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getGrace() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getGrace() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- getGrace() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- getGraceAsPercentage() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- getGraceAsPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getGraceAsPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getGraceAsPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- getGraceAsPercentage() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- getGradient(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the fill or stroke gradient is used for shapes.
- getGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the gradient if it has been set, otherwise null.
- getGradientProperty(NativeObject, String, CanvasGradientItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getGradientsContainer() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the gradients container element.
- getGreen() - Method in class org.pepstock.charba.client.colors.Color
-
- getGreen() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the green value.
- getGreen() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
-
- getGrid() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the grid element
- getGrid() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the grid element.
- getGrid() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getGrid() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getGrid() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the grid defaults.
- getGrid() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the grid element.
- getGroups() - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the object to refer to certain token by string that a regular expression matches.
- getHandlerCount(EventType) - Method in class org.pepstock.charba.client.events.EventBus
-
Returns the amount of handlers for a specific event type.
- getHandlerCount(EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Returns the amount of handlers for a specific event type.
- getHandlerCount(EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getHandlerCount(EventType) - Method in interface org.pepstock.charba.client.IsChart
-
Returns the amount of handlers for a specific event type.
- getHandlers() - Method in class org.pepstock.charba.client.commons.CallbackPropertyManager
-
Returns the set of registered handlers.
- getHash() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing a '#' followed by the fragment identifier of the URL.
- getHashCodeProperty() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the property key used to store the class name plus hash code, as key of callback instance in the cache.
- getHead() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the <head> element of the current document.
- getHeight() - Method in class org.pepstock.charba.client.Chart
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the image height used in the pattern.
- getHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'height' property from element.
- getHeight() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a positive integer reflecting the height HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 150 is used.
- getHeight() - Method in class org.pepstock.charba.client.dom.elements.Img
-
Returns the value that reflects the height attribute, indicating the rendered height of the image in CSS pixels.
- getHeight() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the length of pixel of the hinted height of the cell.
- getHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the height of selection cleaner element.
- getHeight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the height of data set item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.SizeItem
-
Returns the height of the chart item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the height of tooltip.
- getHelpers() - Static method in class org.pepstock.charba.client.Chart
-
Returns the helpers property by native object.
- getHitBoxes() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of hit boxes of the legend.
- getHitRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getHitRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getHitRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the hit radius callback, if set, otherwise null.
- getHorizontalAlignmentValue() - Method in enum org.pepstock.charba.client.enums.ElementAlign
-
Returns the CSS value for horizontal alignment in the HTML element style.
- getHost() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the host, that is the hostname, a ':', and the port of the URL.
- getHostname() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the domain of the URL.
- getHour() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getHour() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getHour() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Hour.
- getHour() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Hour.
- getHour() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getHourCycle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getHourCycle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the hour cycle to use.
- getHourCycle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the hour cycle to use.
- getHourCycle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getHover() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the hover element.
- getHover() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getHover() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the hover defaults.
- getHover() - Method in class org.pepstock.charba.client.options.Options
-
Returns the hover element.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color when hovered.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill color of the elements when hovered.
If property is missing or not a color, returns an empty list.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color of the elements when hovered.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color when hovered.
- getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the fill gradients of the arcs in the data set when hovered.
If property is missing or not a gradient, returns an empty list.
- getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill gradients of elements when hovered.
If property is missing or not a gradient, returns an empty list.
- getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill gradients of elements when hovered.
- getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the fill patterns of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list.
- getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill patters of elements when hovered.
If property is missing or not a pattern, returns an empty list.
- getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill patters of elements when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the fill color of the arcs when hovered as string.
If property is missing or not a color, returns an empty list.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill color of the elements when hovered.
If property is missing or not a color, returns an empty list.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color of the elements when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
-
- getHoverBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the background color when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color when hovered.
- getHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the hover background color callback, if set, otherwise null.
- getHoverBorderCapStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how the end points of every line are drawn, when element is hovered.
- getHoverBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border cap style callback when element is hovered, if set, otherwise null.
- getHoverBorderColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color when hovered.
- getHoverBorderColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke color of the elements when hovered
- getHoverBorderColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color when hovered.
- getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the stroke gradients of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list.
- getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke gradients of the elements when hovered.
If property is missing or not a pattern, returns an empty list.
- getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke gradients of the elements when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the stroke color of the arcs when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
-
- getHoverBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border color when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color when hovered.
- getHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the hover border color callback, if set, otherwise null.
- getHoverBorderDash() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern, when element
is hovered.
- getHoverBorderDashCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash callback when element is hovered, if set, otherwise null.
- getHoverBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern offset, when element is hovered.
- getHoverBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash offset callback when element is hovered, if set, otherwise null.
- getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified
end points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter.
- getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border join style callback when element is hovered, if set, otherwise null.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the bar border radius (in pixels) when hovered.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels), when hovered.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
-
- getHoverBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the bar border radius (in pixels) when hovered.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the bar border radius (in pixels) when hovered.
- getHoverBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels), when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border width when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the stroke width of the arcs when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
-
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getHoverBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border width when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the border width of point when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border width when hovered.
- getHoverBorderWidthAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the bar in pixels, when hovered.
- getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the hover border width callback, if set, otherwise null.
- getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the hover border width callback, if set, otherwise null.
- getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the hover border width callback, if set, otherwise null.
- getHoverOffset() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc offset (in pixels) when hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the arc offset (in pixels), when dataset if hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getHoverOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
-
- getHoverOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc offset (in pixels) when hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc offset (in pixels) when hovered.
- getHoverOffsetCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the offset callback, when dataset is hovered, if set, otherwise null.
- getHoverRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getHoverRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getHoverRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the radius of the point when hovered.
- getHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the hover radius callback, if set, otherwise null.
- getHref() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a stringifier that returns a string containing the entire URL.
If changed, the associated document navigates to the new page.It can be set from a different origin than the associated document.
- getHttpEquiv() - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Returns the name of an HTTP response header to define for a document.
- getId() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the ID of chart.
It could be considered as chart unique ID.
- getId() - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the date adapter id.
- getId() - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Returns the id of date adapter.
- getId() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the id of annotation.
- getId() - Method in class org.pepstock.charba.client.Chart
-
Returns the CHART JS chart ID.
- getId() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the CHART JS chart ID.
- getId() - Method in class org.pepstock.charba.client.colors.CanvasObject
-
Returns the unique canvas object id.
- getId(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Returns the internal id, stored in the native object container.
If id is not stored, throws an
IllegalArgumentException.
- getId() - Method in class org.pepstock.charba.client.configuration.Axis
-
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
- getId() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the unique id of data sets.
- getId() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the unique id of the element.
- getId() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getId() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the ID of chart.
It could be considered as chart unique ID.
- getId() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the id of scale
- getId() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the id of label.
- getId() - Method in interface org.pepstock.charba.client.MutationHandler
-
Returns the ID of chart.
It could be considered as chart unique ID.
- getId() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the id of scale.
It is usually used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
- getId() - Method in interface org.pepstock.charba.client.Plugin
-
Plugins must define a unique id in order to be configurable.
Returns the plugin id.
- getId() - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
-
- getId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Returns the unique ID of the options.
- getId() - Method in class org.pepstock.charba.client.plugins.PluginReference
-
Returns the plugin id.
- getId() - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Returns the plugin id.
- getIdentifier() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns a unique identifier for this touch object.
A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface.
This lets you ensure that you're tracking the same touch all the time.
- getIdentifier() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the locale identifier which consists of a language identifier and extension tags.
- getIdForColor() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Returns the HTML element id for color cell.
- getIdForColumn(boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Returns the HTML element id for label or color cell.
- getIdForLabel() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Returns the HTML element id for label cell.
- getIds() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Gets all global registered plugins ids.
- getImage() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the image used in the pattern if exists.
- getImage() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner image.
- getImage() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner image.
- getImageHeight() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the height of label content, when is set as
Img, in pixels in order to scale the image when drawn.
- getImageHeight() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the height of label content, when is set as
Img, in pixels in order to scale the image when drawn.
- getImageHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the height of image for selection cleaner element.
- getImageHeightAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- getImageHeightAsPercentage() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- getImageHeightCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- getImageHeightCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- getImageProperty(NativeObject, String, Img) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getImages() - Method in class org.pepstock.charba.client.labels.Label
-
- getImageURLFromCanvasPattern(CanvasPatternItem, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns a data URL for the current content of a canvas pattern instance.
- getImageWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the width of label content, when is set as
Img, in pixels in order to scale the image when drawn.
- getImageWidth() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the width of label content, when is set as
Img, in pixels in order to scale the image when drawn.
- getImageWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the width of image for selection cleaner element.
- getImageWidthAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- getImageWidthAsPercentage() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- getImageWidthCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- getImageWidthCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- getImageX() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the X point of image for selection cleaner element.
- getImageY() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the Y point of image for selection cleaner element.
- getIncrementalId() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the incremental id of the object.
- getIndex() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the index of the tick.
- getIndex() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Returns the index of the data element.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset index.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the dataset index.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Returns the data set item data index.
- getIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the data set index of the chart (for POLAR and PIE charts)
- getIndex() - Method in class org.pepstock.charba.client.items.PluginDatasetArgument
-
Returns the index of the data inside the dataset.
- getIndex(AbstractScale.Property, AbstractScale.Property) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Checks and returns the index related to the passed properties as arguments.
- getIndexAxis() - Method in class org.pepstock.charba.client.configuration.BarOptions
-
Returns the base axis for the dataset.
- getIndexAxis() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Returns the base axis for the dataset.
- getIndexAxis() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the base axis for the data set.
- getIndexAxis() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the base axis for the data set.
- getIndexAxis() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getIndexAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getIndexAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the base axis for the dataset, only for bar options.
- getIndexAxis() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset index axis.
- getIndexAxis() - Method in class org.pepstock.charba.client.options.Options
-
Returns the base axis for the dataset, only for bar options.
- getIndexAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the index axis ID.
- getIndexScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the index scale item or
null if not exists.
If
IndexAxis =
IndexAxis.Y then iScale === yScale and vScale === xScale.
For radar, iScale === vScale === rScale.
- getInitialCursor() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the initial cursor of the chart.
- getInitialCursor() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getInitialCursor() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the initial cursor of the chart.
- getInner() - Method in class org.pepstock.charba.client.colors.Radius
-
Returns the inner radius of arc.
- getInnerEnd() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for inner-end corner of the arc, in pixel.
- getInnerHeight() - Static method in class org.pepstock.charba.client.utils.Window
-
The innerHeight property returns the inner height of a window's content area.
- getInnerHTML() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the markup of the element's content.
- getInnerRadius() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the inner radius of data set item in pixel.
- getInnerRadius() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the inner radius of dataset item in pixel.
- getInnerStart() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for inner-start corner of the arc, in pixel.
- getInnerText() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns the "rendered" text content of a node and its descendants.
As a getter, it approximates the text the user would get if they highlighted the contents of the element with the cursor and then copied it to the clipboard.
- getInnerWidth() - Static method in class org.pepstock.charba.client.utils.Window
-
The innerWidth property returns the inner width of a window's content area.
- getInstance() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
-
Returns the java callback instance.
- getInstances() - Static method in class org.pepstock.charba.client.Chart
-
Returns the instances property by native object.
- getIntegerProperty(Key, NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object, when it is stored as integer.
- getInteraction() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the interaction element.
- getInteraction() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getInteraction() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the interaction defaults.
- getInteraction() - Method in class org.pepstock.charba.client.options.Options
-
Returns the interaction element.
- getInternalBorderWidthCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the border width callback, if set, otherwise null.
- getInternalHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the hover border width callback, if set, otherwise null.
- getInternalValue(Position) - Method in class org.pepstock.charba.client.data.Clip
-
Returns the value of clip for passed position or
Undefined.DOUBLE if is disable.
- getInterpolatedColorByOffset(double) - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns a color using the gradient as source of colors.
- getInterval() - Method in class org.pepstock.charba.client.utils.CTimer
-
Returns the time, in milliseconds (thousands of a second), the timer should delay in between executions of the specified task.
- getIntProperty(NativeObject, String, int) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getIsoWeekday() - Method in class org.pepstock.charba.client.configuration.Time
-
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
- getIsoWeekday() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getIsoWeekday() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getIsoWeekday() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
- getIsoWeekday() - Method in class org.pepstock.charba.client.options.Time
-
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
- getIsoWeekDayByValue(int) - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
-
Returns a ISO week day item by the passed value.
- getItem() - Method in class org.pepstock.charba.client.events.AbstractAnimationEvent
-
Returns item with animation info from chart
- getItem() - Method in class org.pepstock.charba.client.events.AbstractLegendEvent
-
Returns the legend item related to the click
- getItem() - Method in class org.pepstock.charba.client.events.AxisClickEvent
-
Returns the scale item related to the click
- getItem() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Returns the item with dataset metadata related to the click
- getItem() - Method in interface org.pepstock.charba.client.events.IsLegendEvent
-
Returns the legend item related to the event.
- getItem() - Method in class org.pepstock.charba.client.events.TitleClickEvent
-
Returns the title related to the click
- getItems() - Method in class org.pepstock.charba.client.callbacks.TooltipContext
-
Returns the model of tooltip.
- getItems() - Method in class org.pepstock.charba.client.events.AbstractChartTypedEvent
-
Returns a list of items with dataset references related to the click.
- getItems() - Method in interface org.pepstock.charba.client.events.IsChartEvent
-
Returns a list of items with dataset references related to the event.
- getItems() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of items of the legend.
- getItems() - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns a map with all defined axis.
- getItemsByName(T[], String) - Static method in interface org.pepstock.charba.client.intl.IsLocaleItem
-
Returns an unmodifiable list of items which are matching with the name passed as argument.
- getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user item sort callback instance.
- getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user item sort callback instance.
- getKey() - Method in class org.pepstock.charba.client.events.AbstractChartEvent
-
Returns the options key where default function is stored.
- getKey() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
-
Returns the options key where default function is stored.
- getKey(String, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
-
Creates a key to store the image in the cache.
- getKeyByValue(T[], String) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key in the an enumeration by the value.
- getKeyByValue(T[], String, T) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key in the an enumeration by the value, or the default key passed as argument.
- getKeyPrefix() - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
-
- getKeyPrefix() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Returns a unique key prefix for shape to use in the cache.
- getKeyPrefix() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
- getKeyPrefix() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
-
- getKeys() - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
-
Returns the list of keys managed by object.
- getKeys() - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns the unmodifiable list of property names of the native java script object.
- getKeys() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
- getKeys() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
- getKeys() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
- getLabel() - Method in class org.pepstock.charba.client.annotation.DefaultLine
-
- getLabel() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the label on the line.
- getLabel() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the label on the line.
- getLabel() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the label for the data set which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the label for the data set which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the label for the data set which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Returns the label item, wrapped from this builder.
- getLabel() - Method in class org.pepstock.charba.client.datalabels.DataLabelsContext
-
Returns the label options of plugin.
- getLabel(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns the options builder for label identified by id.
- getLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns the options builder for label identified by id
- getLabel(DataLabelId) - Method in interface org.pepstock.charba.client.datalabels.IsDefaultLabels
-
Returns the stored options for specific key.
- getLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the stored options for specific id.
- getLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the stored options for specific id.
- getLabel() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner label.
- getLabel() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner label.
- getLabel() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset label.
- getLabel() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the label of the tick.
- getLabel() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the label of the value used on the scale.
- getLabel() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the label for the tooltip.
- getLabel(LabelId) - Method in interface org.pepstock.charba.client.labels.IsDefaultOptions
-
Returns the label with the id passed as argument or null if not exist.
- getLabel() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the label for the data set.
- getLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the label with the id passed as argument or null if not exist.
- getLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the label with the id passed as argument or null if not exist.
- getLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns the options builder for label identified by id.
- getLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns the options builder for label identified by id
- getLabelCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user label callback.
- getLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels color of tooltip.
- getLabelForValue(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Used to get the label to display in the tooltip for the given value.
- getLabelForValue(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Used to get the label to display in the tooltip for the given value.
- getLabelForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Used to get the label to display in the tooltip for the given value.
- getLabelHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the height of label for selection cleaner element.
- getLabelKeys() - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the list of all keys related to stored options.
- getLabelOffset() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- getLabelOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getLabelOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getLabelOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- getLabelOffset() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- getLabelOptions() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the label options of plugin.
- getLabelPointStyles() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels point styles of tooltip.
- getLabelRotation() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the label rotation ratio.
- getLabels() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the labels.
- getLabels(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the labels for axes.
- getLabels() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the legend labels element.
- getLabels() - Method in interface org.pepstock.charba.client.data.HasLabels
-
Returns the labels.
- getLabels(boolean) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Returns the labels for axes.
- getLabels(boolean) - Method in class org.pepstock.charba.client.data.LabelsHandler
-
Returns the labels for axes.
- getLabels() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the labels element.
- getLabels() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
-
- getLabels() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsOptions
-
Returns the labels element.
- getLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the labels object defaults.
- getLabels() - Method in interface org.pepstock.charba.client.labels.IsDefaultOptions
-
Returns the list of labels.
- getLabels() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the collection of labels.
- getLabels() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the legend labels element.
- getLabelsCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user callback instance to generate labels.
- getLabelsHandler() - Method in class org.pepstock.charba.client.data.Data
-
- getLabelsHandler() - Method in interface org.pepstock.charba.client.data.HasLabels
-
Returns an labels option handler instance.
- getLabelsHandler() - Method in class org.pepstock.charba.client.options.AbstractScale
-
- getLabelWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the width of label for selection cleaner element.
- getLabelX() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the X point of label for selection cleaner element.
- getLabelY() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the Y point of label for selection cleaner element.
- getLanguage() - Method in class org.pepstock.charba.client.dom.BaseNavigator
-
Returns a string representing the preferred language of the user, usually the language of the browser UI.
- getLanguage() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the language of the locale.
- getLanguage() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns the language.
- getLastChild() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the last direct child node of the node, or null if the node has no child.
- getLastElementChild() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the last node which is both a child of this parent node and is an element, or null if there is none.
- getLastElementChild() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the last node which is both a child of this element and is an element, or null if there is none.
- getLastIndex() - Static method in class org.pepstock.charba.client.utils.RegExp
-
Returns the index at which to start the next match.
This property is set only if the regular expression instance used the g flag to indicate a global search, or the y flag to indicate a sticky search.
The following rules apply:
If lastIndex is greater than the length of the string,
RegExp.test(String) and
RegExp.exec(String) fail, then lastIndex is set to 0
If lastIndex is equal to or less than the length of the string and if the regular expression matches the empty string, then the regular expression matches input starting
from lastIndex.
- getLayerX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the horizontal coordinate of the event relative to the current layer.
- getLayerY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the vertical coordinate of the event relative to the current layer.
- getLayout() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the layout element.
- getLayout() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getLayout() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the layout defaults.
- getLayout() - Method in class org.pepstock.charba.client.options.Options
-
Returns the layout element.
- getLayoutPadding() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the chart layout padding reserve for selection cleaner element.
- getLeaveCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called when a "leave" event is occurring.
- getLeaveCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called when a "leave" event is occurring.
- getLeaveEventHandler() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultListeners
-
Returns the LEAVE event (the mouse is moved out of a label) handler.
- getLeaveEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the LEAVE event (the mouse is moved out of a label) handler.
- getLeft() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the left coordinate.
- getLeft() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.data.Clip
-
Returns the clip left.
- getLeft() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
-
- getLeft() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
-
- getLeft() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'left' property from element.
- getLeft() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Returns the left.
- getLeft() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the left of chart area.
- getLeft() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding left in pixel.
- getLeftRightValue() - Method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns the value to use when only left and right is used.
- getLegend() - Method in class org.pepstock.charba.client.Chart
-
Returns the legend node, as native object.
- getLegend() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the legend item.
- getLegend() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the legend element.
- getLegend() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getLegend() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the legend defaults.
- getLegend() - Method in class org.pepstock.charba.client.options.Options
-
Returns the legend element.
- getLegendItem() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the legend item instance, needed to create the point style for legend.
- getLegendItemCallback() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns the callback which can be implemented to change the text of legend for a specific item, as HTML.
- getLegendTextCallback() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
-
Returns the callback which can be implemented to change the text of legend for a specific item, as HTML.
- getLegendTextHandler() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
- getLegendTextHandler() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns a legend text handler instance to use in the default methods of this interface.
- getLegendTextHandler() - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
- getLegendTextHandler() - Method in class org.pepstock.charba.client.options.LegendTitle
-
- getLegendTitleCallback() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns the callback which can be implemented to change the text of legend's title, as HTML.
- getLegendTitleCallback() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
-
Returns the callback which can be implemented to change the text of legend' title, as HTML.
- getLimits() - Method in class org.pepstock.charba.client.zoom.DefaultOptions
-
- getLimits() - Method in interface org.pepstock.charba.client.zoom.IsDefaultOptions
-
Returns the limits element.
- getLimits() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
-
Returns the limits element.
- getLine() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the line element.
- getLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
-
- getLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns LINE object defaults.
- getLine() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the line element.
- getLinearAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
-
Returns the axis for values.
- getLinearTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
-
- getLinearTickOptionsHandler() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the linear tick options handler instance, for callbacks.
- getLinearTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
- getLineCap() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the lineCap, to determine the shape used to draw the end points of lines.
- getLineCap() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the shape used to draw the end points of lines.
- getLineCap() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns how the end points of every box border are drawn.
- getLineDash() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getLineDashOffset() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the line dash offset, or "phase.".
Specifies where to start a dash array on a line.
- getLineDashOffset() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the box border dash pattern offset.
- getLineHeight() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
-
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
-
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
-
- getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'lineHeight' property from element.
- getLineHeight() - Method in class org.pepstock.charba.client.options.AbstractFont
-
- getLineHeight() - Method in class org.pepstock.charba.client.options.Font
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
-
- getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
-
- getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
-
- getLineHeightAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the height of an individual line of text as string.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.options.AbstractFont
-
- getLineHeightAsString() - Method in class org.pepstock.charba.client.options.Font
-
Returns the height of an individual line of text.
- getLineJoin() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the lineJoin, to determine the shape used to join two line segments where they meet.
- getLineJoin() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the type of corners where two lines meet.
- getLineJoin() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points
and control points are exactly at the same position, are skipped).
- getLines() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns all lines of body section.
- getLinesWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the stroke widths of grid.
- getLineWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the stroke widths of grid.
- getLineWidth() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the width of angled lines.
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
Returns the width of lines.
- getLineWidth() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the thickness of lines.
- getLineWidth() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the width of line in pixels.
- getLineWidth() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the width of angled lines.
- getLineWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the stroke width of grid.
The first element if set as array.
- getLineWidthCallback() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Returns the line width callback instance.
- getLineWidths() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of line widths.
- getListeners() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
-
- getListeners() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the listeners element.
- getListeners() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the listeners element.
- getLocale() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the locale that LUXON must use by the date adapter.
See
here the details about locale in LUXON.
- getLocale() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the locale instance for internationalization.
- getLocale() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the locale that LUXON must use by the date adapter.
See
here the details about locale in LUXON.
- getLocale() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getLocale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
-
- getLocale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
-
- getLocale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getLocale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the locale that LUXON must use by the date adapter.
See
here the details about locale in LUXON.
- getLocale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the locale instance for internationalization.
- getLocale() - Method in class org.pepstock.charba.client.intl.AbstractFormat
-
Returns the locale which has initialized the format.
- getLocale() - Method in class org.pepstock.charba.client.options.Options
-
Returns the locale instance for internationalization.
- getLocale() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the locale that LUXON must use by the date adapter.
See
here the details about locale in LUXON.
- getLocaleFromMetaElement() - Static method in class org.pepstock.charba.client.intl.CLocale
-
Extracts the locale from
Meta element with
"gwt:property" property, as implemented by GWT.
If there is not any locale setting, returns
null.
- getLocaleMatcher() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the locale matching algorithm to use.
- getLocaleMatcher() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
-
- getLocaleMatcher() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseFormatOptions
-
Returns the locale matching algorithm to use.
- getLocaleMatcher() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
Returns the locale matching algorithm to use.
- getLocaleMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getLocaleMatcher() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getLocaleMatcher() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the locale matching algorithm to use.
- getLocation() - Static method in class org.pepstock.charba.client.dom.DOM
-
Returns a
BaseLocation object, which contains information about the URL of the document and provides methods for changing that URL and loading another URL.
- getLoopCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to loop the animations endlessly.
- getLoopCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
- getLoopCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
-
- getLoopCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to loop the animations endlessly.
- getLoopCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the callback to loop the animations endlessly.
- getLoopCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- getMajor() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns major tick element.
- getMajor() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMajor() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMajor() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the major tick defaults.
- getMajor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the major element.
- getMargin() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'margin' property from element.
- getMargin() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner margin from canvas border.
- getMargin() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the margin from canvas border.
- getMarginBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginBottom' property from element.
- getMarginLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginLeft' property from element.
- getMarginRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginRight' property from element.
- getMarginTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginTop' property from element.
- getMax() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the maximum item to display.
- getMax() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data maximum.
- getMax() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the maximum value of chart.
- getMax() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMax() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleRange
-
Returns the maximum value of range as double.
- getMax() - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Returns the maximum value of range.
- getMaxAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMaxAsDate() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data maximum.
- getMaxAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMaxAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the maximum bar thickness.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- getMaxBarThickness() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the maximum bar thickness.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns the maximum bar thickness.
- getMaxBarThickness() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the maximum bar thickness.
- getMaxBorderWidth(HovingFlexDataset) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Calculates the maximum border width for hoving flex dataset (BAR).
- getMaxHeight() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the maximum width of the legend, in pixels.
- getMaxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getMaxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getMaxHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the maximum height of the legend, in pixels.
- getMaxHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'maxHeight' property from element.
- getMaxHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max height in pixel.
- getMaxHeight() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the maximum width of the legend, in pixels.
- getMaximumFractionDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
- getMaximumFractionDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
- getMaximumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
- getMaximumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getMaximumFractionDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
- getMaximumLegendColumns() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns the maximum amount of columns of legend.
- getMaximumLegendColumns() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
-
Returns the maximum amount of columns of legend.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the maximum number of significant digits to use.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getMaximumSignificantDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the maximum number of significant digits to use.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the maximum number of significant digits to use.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the maximum number of significant digits to use.
- getMaxIndex() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the maximum item at passed index to display.
- getMaxIndex() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the maximum item at passed index to display.
- getMaxRotation() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the maximum rotation for tick labels when rotating to condense labels.
- getMaxRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMaxRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMaxRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the maximum rotation for tick labels when rotating to condense labels.
- getMaxRotation() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the maximum rotation for tick labels when rotating to condense labels.
Note: Rotation doesn't occur until necessary.
- getMaxTicksLimit() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the maximum number of ticks and grid to show.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMaxTicksLimit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the maximum number of ticks and grid to show.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the maximum number of ticks and grid to show.
- getMaxTicksLimitCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the maxTicksLimit callback instance.
- getMaxTicksLimitCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Returns the maxTicksLimit callback instance.
- getMaxWidth() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the maximum width of the legend, in pixels.
- getMaxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getMaxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getMaxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the maximum width of the legend, in pixels.
- getMaxWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'maxWidth' property from element.
- getMaxWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max width in pixel.
- getMaxWidth() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the maximum width of the legend, in pixels.
- getMillisecond() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getMin() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the minimum item to display
- getMin() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data minimum.
- getMin() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum value of scale.
- getMin() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleRange
-
Returns the minimum value of range as double.
- getMin() - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Returns the minimum value of range.
- getMinAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum value of scale.
- getMinAsDate() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data minimum.
- getMinAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum value of scale.
- getMinAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMinBarLength() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns a minimum length in pixels.
- getMinBarLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- getMinBarLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- getMinBarLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns a minimum length in pixels.
- getMinBarLength() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns a minimum length in pixels.
- getMinBarLength() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns a minimum length in pixels.
- getMinHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'minHeight' property from element.
- getMinimumFractionDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, see
Currency.getMinimumFractionDigits().
- getMinimumFractionDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0; the default for currency formatting is the number of minor unit digits provided by the currency, see
Currency.getMinimumFractionDigits().
- getMinimumFractionDigits() - Method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns the minimum number of fraction digits to use.
- getMinimumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, see
Currency.getMinimumFractionDigits().
- getMinimumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getMinimumFractionDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, see
Currency.getMinimumFractionDigits().
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the minimum number of integer digits to use.
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getMinimumIntegerDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the minimum number of integer digits to use.
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the minimum number of integer digits to use.
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the minimum number of integer digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the minimum number of significant digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getMinimumSignificantDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the minimum number of significant digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the minimum number of significant digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the minimum number of significant digits to use.
- getMinIndex() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the minimum item at passed index to display
- getMinIndex() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the minimum item at passed index to display
- getMinRange() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleLimit
-
Returns the minimum allowed range.
This defines the max zoom level.
- getMinRange() - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Returns the minimum allowed range.
This defines the max zoom level.
- getMinRotation() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the minimum rotation for tick labels.
- getMinRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMinRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMinRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the minimum rotation for tick labels.
- getMinRotation() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the minimum rotation for tick labels.
Note: Only applicable to horizontal scales.
- getMinUnit() - Method in class org.pepstock.charba.client.configuration.Time
-
The minimum display format to be used for a time unit.
- getMinUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getMinUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getMinUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
The minimum display format to be used for a time unit.
- getMinUnit() - Method in class org.pepstock.charba.client.options.Time
-
Returns the minimum display format to be used for a time unit.
- getMinute() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getMinute() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getMinute() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Minute.
- getMinute() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Minute.
- getMinute() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getMinWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'minWidth' property from element.
- getMiterLimit() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the miter limit ratio.
- getMode() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the update mode.
- getMode() - Method in class org.pepstock.charba.client.configuration.Hover
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.configuration.Interaction
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
-
- getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
-
- getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
Returns which elements appear in the tooltip.
- getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
-
- getMode() - Method in enum org.pepstock.charba.client.enums.Fill
-
- getMode() - Method in interface org.pepstock.charba.client.enums.IsFill
-
Returns the type of filling.
- getMode() - Method in class org.pepstock.charba.client.items.PluginUpdateArgument
-
Returns the update mode.
- getMode() - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element (panning or zooming) directions.
- getMode() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the element (panning or zooming) directions.
- getModeCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime.
- getModeCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime.
- getModel() - Method in class org.pepstock.charba.client.callbacks.TooltipContext
-
Returns the model of tooltip.
- getModel() - Method in class org.pepstock.charba.client.configuration.Tooltips.TooltipContext
-
- getModel() - Method in class org.pepstock.charba.client.items.TooltipNode
-
Returns the tooltip model
- getModifierKey() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPan
-
Returns the modifier key to activate panning.
- getModifierKey() - Method in interface org.pepstock.charba.client.zoom.IsDefaultWheel
-
Returns the modifier key to activate zooming by wheeling.
- getModifierKey() - Method in class org.pepstock.charba.client.zoom.Pan
-
Returns the modifier key to activate panning.
- getModifierKey() - Method in class org.pepstock.charba.client.zoom.Wheel
-
Returns the modifier key to activate zooming by wheeling.
- getMonth() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getMonth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getMonth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Month.
- getMonth() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Month.
- getMonth() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getMultiKeyBackground() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackground() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getMultiKeyBackgroundAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getName() - Method in class org.pepstock.charba.client.dom.BaseAttribute
-
Returns the attribute's name.
- getName() - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Returns the name of a meta-data property to define for a document.
- getName() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
- getName() - Method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Returns the name of threshold.
- getName() - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
- getName() - Method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns the name of the currency.
- getName() - Method in interface org.pepstock.charba.client.intl.IsLocaleItem
-
Returns the name of the locale item.
- getName() - Method in enum org.pepstock.charba.client.intl.Language
-
Returns the name of the language.
- getName() - Method in enum org.pepstock.charba.client.intl.Region
-
Returns the name of the region.
- getName() - Method in enum org.pepstock.charba.client.intl.Script
-
Returns the name of the region.
- getName() - Method in class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
-
- getName() - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Returns the name of tooltip position which must be used in chart options.
- getName() - Method in class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Returns the name of the object.
- getNative(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Returns the CHART.JS chart instance by chart instance.
- getNative(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns the CHART.JS chart instance by id.
- getNativeArray() - Method in class org.pepstock.charba.client.commons.NativeArrayContainer
-
Returns the native array instance.
- getNativeChart(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (chart) in the embedded JavaScript object at specific property.
- getNativeChart() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the chart property by native object.
- getNativeChart() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the CHARBA chart instance.
- getNativeEvent(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (native event) in the embedded JavaScript object at specific property.
- getNativeEvent() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
Returns the native event instance.
- getNativeEvent() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the CHARBA chart instance.
- getNativeEvent() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
-
Returns the native event instance.
- getNativeFormat() - Method in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
-
Returns the native format instance.
- getNativeIndex() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the index property by native object.
- getNativeObject() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the native object related to CHART.JS implementation.
- getNativeObject() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the native object instance.
- getNavigator() - Static method in class org.pepstock.charba.client.dom.DOM
-
Returns a
BaseNavigator object, which represents the state and the identity of the user agent.
- getNextElementSibling() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the element immediately following the given one in the tree, or null if there's no sibling node.
- getNextSibling() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the next node in the tree, or null if there isn't such node.
- getNextSibling() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the next sibling of the added or removed nodes, or null.
- getNode() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the chart node with runtime data.
- getNode() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the chart node with runtime data.
- getNode() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getNode() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the chart node with runtime data.
- getNodeName() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a string containing the name of the node.
The structure of the name will differ with the node type.
- getNodeType() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the type of the node.
- getNodeValue() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the value of the current node.
- getNotation() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the formatting that should be displayed for the number.
PAY ATTENTION
This method is not supported on Safari.
- getNotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getNotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the formatting that should be displayed for the number.
- getNotation() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the formatting that should be displayed for the number.
PAY ATTENTION
This method is not supported on Safari.
- getNotation() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getNotation() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the formatting that should be displayed for the number.
PAY ATTENTION
This method is not supported on Safari.
- getNumberFormat() - Method in class org.pepstock.charba.client.configuration.CartesianNumericTick
-
- getNumberFormat() - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Returns the number format instance.
- getNumberFormat() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
- getNumberFormat() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getNumberFormat() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getNumberFormat() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the number formatting options.
- getNumberFormat() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the number formatting options.
- getNumberingSystem() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See
here the details about numbering system in LUXON.
- getNumberingSystem() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the numbering system to use.
- getNumberingSystem() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See
here the details about numbering system in LUXON.
- getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
-
- getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
-
- getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
-
- getNumberingSystem() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseFormatOptions
-
Returns the numbering system to use.
- getNumberingSystem() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See
here the details about numbering system in LUXON.
- getNumberingSystem() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
Returns the numbering system to use.
- getNumberingSystem() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getNumberingSystem() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getNumberingSystem() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the numbering system to use.
- getNumberingSystem() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See
here the details about numbering system in LUXON.
- getNumSteps() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the total number of animation frames.
- getObject() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Wraps the protected method to get the java script object in order to consume it.
- getObject() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Wraps the protected method to get the java script object in order to consume it.
- getObject() - Method in class org.pepstock.charba.client.options.AbstractFont
-
Returns the native object instance.
- getObject() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the native object instance.
- getObjectProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getObjects(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns a unmodifiable list of canvas objects.
- getOffset() - Method in class org.pepstock.charba.client.colors.GradientColor
-
Returns the defined offset for stopping gradient color.
- getOffset() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the arc offset (in pixels).
- getOffset() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the distance (in pixels) to pull the label away from the anchor point.
- getOffset() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the distance (in pixels) to pull the label away from the anchor point.
- getOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
-
- getOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc offset (in pixels).
- getOffsetCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the offset callback, if set, otherwise null.
- getOffsetCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the offset callback.
- getOffsetCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the offset callback, if set, otherwise null.
- getOffsetHeight() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number containing the height of an element, relative to the layout.
- getOffsetLeft() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number, the distance from this element's left border to its offsetParent's left border.
- getOffsetParent() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a element that is the element from which all offset calculations are currently computed.
- getOffsetTop() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number, the distance from this element's top border to its offsetParent's top border.
- getOffsetWidth() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number containing the width of an element, relative to the layout.
- getOffsetX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the X coordinate of the mouse pointer relative to the position of the padding edge of the target node.
- getOffsetX() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the offset X.
- getOffsetY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the Y coordinate of the mouse pointer relative to the position of the padding edge of the target node.
- getOffsetY() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the offset Y.
- getOpacity() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the opacity.
- getOpacity() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the opacity.
- getOpacity() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'opacity' property from element.
- getOpacity() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the opacity of tooltip.
- getOpacityCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the opacity callback.
- getOpacityCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the opacity callback, if set, otherwise null.
- getOptions() - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the options used to configure the date adapter.
- getOptions() - Method in class org.pepstock.charba.client.BarChart
-
- getOptions() - Method in class org.pepstock.charba.client.BubbleChart
-
- getOptions() - Method in class org.pepstock.charba.client.Chart
-
Returns the options node, as native object.
- getOptions() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the options item.
- getOptions() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
-
Returns the configuration options.
- getOptions() - Method in class org.pepstock.charba.client.Configuration
-
Returns the options of chart by the options property in the native object.
- getOptions() - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
Returns a options which will implements show lines and span gaps.
- getOptions() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
- getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent, null is returned.
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
- getOptions() - Method in class org.pepstock.charba.client.configuration.RadarOptions
-
- getOptions() - Method in class org.pepstock.charba.client.configuration.ScatterOptions
-
- getOptions() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the plugin data set configuration, if exist.
It uses a factory instance to create a plugin options.
- getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent, null is returned.
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
-
- getOptions(Type) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default options by a chart type, by defaults of CHART.JS.
If the type is not consistent, throws an exception.
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
-
- getOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default options without scales.
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
-
Returns the plugin options, if exist.
- getOptions() - Method in class org.pepstock.charba.client.DoughnutChart
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BarChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.LineChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.PieChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
-
- getOptions() - Method in class org.pepstock.charba.client.HorizontalBarChart
-
- getOptions() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
-
- getOptions() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
-
- getOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Reads the plugin options at chart level, if exists, puts in cache if needed and returns it.
- getOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Reads the plugin options at chart level and returns it.
- getOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns the options of the plugin from chart.
- getOptions() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Returns the options of datasets items selector plugin.
- getOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the options of chart.
- getOptions() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the data set item options.
- getOptions() - Method in class org.pepstock.charba.client.LineChart
-
- getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent, null is returned.
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent, null is returned.
- getOptions() - Method in class org.pepstock.charba.client.PieChart
-
- getOptions() - Method in class org.pepstock.charba.client.PolarAreaChart
-
- getOptions() - Method in class org.pepstock.charba.client.RadarChart
-
- getOptions() - Method in class org.pepstock.charba.client.ScatterChart
-
- getOptions() - Method in class org.pepstock.charba.client.StackedAreaChart
-
- getOptions() - Method in class org.pepstock.charba.client.StackedBarChart
-
- getOptions() - Method in class org.pepstock.charba.client.TimeSeriesBarChart
-
- getOptions() - Method in class org.pepstock.charba.client.TimeSeriesLineChart
-
- getOptions() - Method in class org.pepstock.charba.client.VerticalLineChart
-
- getOptionsBuilder() - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
- getOptionsBuilder() - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
- getOptionValue(C, Scriptable<T, C>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the value of the property as result of callback (the same type).
- getOptionValue(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the value of the property as result of callback (the same type), passing a default value.
- getOptionValueAsColor(C, Scriptable<?, C>, String) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
By defaults, is able to manage also
Pattern or
CanvasPatternItem.
- getOptionValueAsColor(C, Scriptable<?, C>, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
- getOptionValueAsFont(C, Scriptable<FontItem, C>, IsDefaultFont) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the font item value as value of the property by invoking a callback which is typed to a font item.
- getOptionValueAsPadding(C, Scriptable<PaddingItem, C>, IsDefaultPadding) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the padding item value as value of the property by invoking a callback which is typed to a paddng item.
- getOptionValueAsString(C, Scriptable<T, C>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the enumeration value as value of the property by invoking a callback which is typed to a key.
- getOptionValueAsString(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the enumeration value of the property by invoking a callback which is typed to a key, passing a default value.
- getOrder() - Method in interface org.pepstock.charba.client.data.HasOrder
-
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
- getOrder() - Method in class org.pepstock.charba.client.data.OrderHandler
-
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
- getOrder() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset order.
- getOrderHandler() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getOrderHandler() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- getOrderHandler() - Method in interface org.pepstock.charba.client.data.HasOrder
-
Returns an order option handler instance.
- getOrderHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getOrientation() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient orientation.
- getOrigin() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Returns a string containing the canonical form of the origin of the specific location.
- getOuter() - Method in class org.pepstock.charba.client.colors.Radius
-
Returns the outer radius if an arc.
- getOuterEnd() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for outer-end corner of the arc, in pixel.
- getOuterHeight() - Static method in class org.pepstock.charba.client.utils.Window
-
The outerHeight property returns the outer height of a window, including all interface elements (like toolbars/scrollbars).
- getOuterRadius() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the outer radius of data set item in pixel.
- getOuterRadius() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the outer radius of dataset item in pixel.
- getOuterStart() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for outer-start corner of the arc, in pixel.
- getOuterWidth() - Static method in class org.pepstock.charba.client.utils.Window
-
The outerWidth property returns the outer width of a window, including all interface elements (like toolbars/scrollbars).
- getOutputCalendar() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See
here the list of implemented and available.
- getOutputCalendar() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See
here the list of implemented and available.
- getOutputCalendar() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
-
- getOutputCalendar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
-
- getOutputCalendar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See
here the list of implemented and available.
- getOutputCalendar() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See
here the list of implemented and available.
- getOutsidePadding() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
- getOutsidePadding() - Method in class org.pepstock.charba.client.labels.Label
-
- getOverflow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'overflow' property from element.
- getOverrides() - Static method in class org.pepstock.charba.client.Chart
-
Returns the overrides property by native object.
- getOverScaleMode() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
- getOverScaleMode() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
- getOverScaleModeCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse
cursor is over one of scale
- getOverScaleModeCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse
cursor is over one of scale
- getOwnerDocument() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the document that this node belongs to.
If the node is itself a document, returns null.
- getPadding() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Layout
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the padding between chart and point labels, in pixels.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the padding between the tick label and the axis.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the object where all tooltips padding is stored.
- getPadding() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
-
- getPadding() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLayout
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLayout
-
Returns padding object defaults.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendTitle
-
Returns the padding to apply around title.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the padding between chart and point labels, in pixels.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
-
Returns the padding defaults.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the padding between the tick label and the axis.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
-
Returns the padding to apply around labels.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns padding object defaults.
- getPadding() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'padding' property from element.
- getPadding(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns the padding height used by selection cleaner element if enabled.
This is very helpful when you have added padding for your purposes and you need to know the amount of space that the element allocated.
- getPadding() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner padding.
- getPadding() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the padding of selection cleaner element.
- getPadding() - Method in class org.pepstock.charba.client.options.Layout
-
Returns the padding elements.
- getPadding() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.options.LegendTitle
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the padding between chart and point labels, in pixels.
- getPadding() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding between the tick label and the axis.
When set on a vertical axis, this applies in the horizontal (X) direction.
When set on a horizontal axis, this applies in the vertical (Y) direction.
- getPadding() - Method in class org.pepstock.charba.client.options.Title
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the padding element.
- getPaddingBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingBottom' property from element.
- getPaddingBottom() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding bottom in pixel.
- getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.Layout
-
Returns the padding callback, if set, otherwise null.
- getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the padding callback, if set, otherwise null.
- getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the padding callback, if set, otherwise null.
- getPaddingCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the padding callback.
- getPaddingCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the padding callback, if set, otherwise null.
- getPaddingCallback() - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
- getPaddingLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingLeft' property from element.
- getPaddingLeft() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding left in pixel.
- getPaddingRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingRight' property from element.
- getPaddingRight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding right in pixel.
- getPaddingTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingTop' property from element.
- getPaddingTop() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding top in pixel.
- getPageX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the X coordinate of the mouse pointer relative to the whole document.
- getPageX() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the X coordinate of the touch point relative to the left edge of the document.
Unlike clientX, this value includes the horizontal scroll offset, if any.
- getPageY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the Y coordinate of the mouse pointer relative to the whole document.
- getPageY() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the Y coordinate of the touch point relative to the top of the document.
Unlike clientY, this value includes the vertical scroll offset, if any.
- getPan() - Method in class org.pepstock.charba.client.zoom.DefaultOptions
-
- getPan() - Method in interface org.pepstock.charba.client.zoom.IsDefaultOptions
-
Returns the pan element.
- getPan() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
-
Returns the pan element.
- getParameter(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Gets the URL parameter of the specified name.
Note that if multiple parameters have been specified with the same name, the last one will be returned.
- getParameter(BaseLocation, String) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtils
-
Gets the URL parameter of the specified name.
Note that if multiple parameters have been specified with the same name, the last one will be returned.
- getParameterMap() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Returns an unmodifiable map of the URL query parameters for the host page at the time this method was called.
Any changes to the window's location will be reflected in the result of subsequent calls.
- getParameterMap(BaseLocation) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtils
-
Returns an unmodifiable map of the URL query parameters for the host page at the time this method was called.
Any changes to the window's location will be reflected in the result of subsequent calls.
- getParent() - Method in class org.pepstock.charba.client.commons.IteratorImpl
-
- getParent() - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Returns the parent.
- getParent() - Method in class org.pepstock.charba.client.options.AbstractModel
-
Returns the parent element.
- getParentElement() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns an element that is the parent of this node.
If the node has no parent, or if that parent is not an element, returns null.
- getParentHtmlElement() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an HTML element that is the parent of this element.
If the element has no parent, or if that parent is not an element, returns null.
- getParentNode() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the parent node.
- getParentNode() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node that is the parent of this node.
If there is no such node, returns null.
- getParsed() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the parsed values.
- getParser() - Method in class org.pepstock.charba.client.configuration.Time
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- getParser() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getParser() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getParser() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- getParser() - Method in class org.pepstock.charba.client.options.Time
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- getPathname() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing an initial '/' followed by the path of the URL.
- getPattern(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the fill or stroke pattern is used for shapes.
- getPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the pattern if it has been set, otherwise null.
- getPatternProperty(NativeObject, String, CanvasPatternItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getPatternsContainer() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the patterns container element.
- getPercentage() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the percentage for the data set.
- getPinch() - Method in class org.pepstock.charba.client.zoom.DefaultZoom
-
- getPinch() - Method in interface org.pepstock.charba.client.zoom.IsDefaultZoom
-
Returns the pinch-to-zoom effect.
- getPinch() - Method in class org.pepstock.charba.client.zoom.Zoom
-
Returns the pinch-to-zoom effect.
- getPixelForDateValue(Date) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForDateValue(Date, double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForDecimal(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForDecimal(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForDecimal(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForStringValue(ScaleItem, String, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the location of the given data point as string.
- getPixelForStringValue(NativeObject, String, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the location of the given data point as string.
- getPixelForStringValue(String) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForStringValue(String, double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForTick(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForTick(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForTick(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForValue(ScaleItem, double, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForValue(NativeObject, double, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPixelForValue(double, double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getPluginAddedLegendStatus() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Returns the map of cached added legend labels status.
- getPluginDivElements() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Returns the map of cached DIV elements of HTML legend.
- getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Returns the plugin id related to this options.
- getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
-
Returns the plugin id related to this options.
- getPluginLegendLabelsItems() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Returns the map of cached legend labels items.
- getPluginOptions() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Returns the map of cached plugin options.
- getPlugins() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the plugins element to manage inline plugins.
- getPlugins() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the plugins element.
- getPlugins() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global plugins manager.
- getPlugins() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getPlugins() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the plugins defaults.
- getPlugins() - Method in class org.pepstock.charba.client.GlobalOptions
-
- getPlugins() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getPlugins() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the plugins element to manage inline plugins.
- getPlugins() - Method in class org.pepstock.charba.client.options.Options
-
Returns the plugins element.
- getPoint() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the point element.
- getPoint() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
-
- getPoint() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns POINT object defaults.
- getPoint() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the point element.
- getPoint() - Method in class org.pepstock.charba.client.zoom.ZoomContext
-
Returns the position of the event when pan or zoom are about to start.
- getPointBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
- getPointBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
- getPointBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
- getPointBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color callback, if set, otherwise null.
- getPointBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border color for points.
- getPointBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border gradient for points.
- getPointBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border color for points.
- getPointBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color callback, if set, otherwise null.
- getPointBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the width of the point border in pixels.
- getPointBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border width callback, if set, otherwise null.
- getPointFillStyleProperty() - Method in interface org.pepstock.charba.client.data.HasPointFillStrokeStyles
-
Returns the property which is mapping the point fill style.
- getPointFillStyleProperty() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getPointHitRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getPointHitRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hit radius callback, if set, otherwise null.
- getPointHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
If property is missing or not a color, returns the default point background color.
- getPointHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
If property is missing or not a gradient, returns an empty list.
- getPointHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
If property is missing or not a color, returns the default point background color.
- getPointHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover background color callback, if set, otherwise null.
- getPointHoverBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color when hovered.
- getPointHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border gradient when hovered.
- getPointHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color when hovered.
- getPointHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover border color callback, if set, otherwise null.
- getPointHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border width of point when hovered.
- getPointHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover border width callback, if set, otherwise null.
- getPointHoverRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the radius of the point when hovered.
- getPointHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover radius callback, if set, otherwise null.
- getPointLabelAsString(Object) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns a label at a specific index.
If at index there is multi-line label, returns labels with
Constants.LINE_SEPARATOR as separator.
- getPointLabels() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the point labels element.
- getPointLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getPointLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getPointLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the point labels defaults.
- getPointLabels() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of point labels of scale.
- getPointLabels() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the point labels element.
- getPointRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the radius of the point shape.
- getPointRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point radius callback, if set, otherwise null.
- getPointRotation() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the rotation of the point in degrees.
- getPointRotationCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point rotation callback, if set, otherwise null.
- getPointStrokeStyleProperty() - Method in interface org.pepstock.charba.client.data.HasPointFillStrokeStyles
-
Returns the property which is mapping the point stroke style.
- getPointStrokeStyleProperty() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getPointStyle() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Returns the point style instance which must be represents by this shape.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the style of the legend.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the style of the point for legend.
- getPointStyle() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
-
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getPointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the style of the legend box (only used if usePointStyle is true)
- getPointStyle() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the style of the point.
- getPointStyle() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Returns the style of the point.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the style of the point as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the style of the legend as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the style of the point as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the style of the point for legend as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
-
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getPointStyleAsImage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the style of the point as image.
If property is missing or not an image, returns null.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the style of the point as image.
If property is missing or not an image, returns null.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the style (as image) of the legend box (only used if usePointStyle is true)
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the style of the point as image.
If property is missing or not an image, returns null.
- getPointStyleAsImage() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the style of the point as image.
If property is missing or not an image, returns null.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Returns the style of the point as image.
If property is missing or not an image, returns null.
- getPointStyleAsImages() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the style of the point as image.
- getPointStyleCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the point style callback, if set, otherwise null.
- getPointStyleCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the point style callback, if set, otherwise null.
- getPointStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point style callback, if set, otherwise null.
- getPointStyleHandler() - Method in class org.pepstock.charba.client.options.Bar
-
- getPointStyleHandler() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns a point style handler instance to use in the default methods of this interface.
- getPointStyleHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
-
- getPointStyleHandler() - Method in class org.pepstock.charba.client.options.Point
-
- getPort() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the port number of the URL.
- getPosition() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
- getPosition() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the position of the legend.
- getPosition() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the position of title.
- getPosition() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the mode for positioning the tooltip.
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
-
Returns the position of element.
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the mode for positioning the tooltip.
- getPosition() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'position' property from element.
- getPosition() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner position.
- getPosition() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner label position.
- getPosition() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the position of node.
- getPosition() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the position to draw label.
- getPosition() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the position to draw label.
- getPosition() - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Returns the position of element.
- getPosition() - Method in class org.pepstock.charba.client.options.AbstractScale
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
- getPosition() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the mode for positioning the tooltip.
- getPositionAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the position of node as string.
- getPositionCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the anchor position of label on line.
- getPositionCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the anchor position of label on line.
- getPositionCallback() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the position callback, if set, otherwise null.
- getPrecision() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getPrecision() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getPrecision() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getPrecision() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getPrecision() - Method in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
-
Returns the precision applied to ticks.
- getPrecision() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Returns the number precision to apply.
- getPrecision() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the decimal places to apply to render the value.
- getPrecision() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the precision for percentage.
- getPrecision() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the precision for percentage.
- getPrecision() - Method in class org.pepstock.charba.client.options.Ticks
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getPrecisionCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the precision callback instance.
- getPrecisionCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Returns the precision callback instance.
- getPrefixPackageName(AbstractInjectableResource) - Method in class org.pepstock.charba.client.InjectorPrefixHelper
-
Returns the prefix to apply to injectable resources DOM element id when they will injected.
- getPreviousElementSibling() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the element immediately preceding the given one in the tree, or null if there is no sibling element.
- getPreviousSibling() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the previous node in the tree, or null if there isn't such node.
- getPreviousSibling() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the previous sibling of the added or removed nodes, or null.
- getProgessPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback property handler for progress event.
- getProgessPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
-
- getProgessPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
-
- getProgressCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called while the user is zooming or panning.
- getProgressCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the callback called while the user is zooming or panning.
- getProperties() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
-
- getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
-
- getProperties() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the properties defined in the the animation collection.
- getProperties() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the properties defined in the the animation collection.
- getProperty() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the property key to manage
- getProperty() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the property related to the canvas object to set in the dataset.
- getProtocol() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the protocol scheme of the URL, including the final ':'.
- getProxy() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns the function proxy implemented in the additional java script source.
- getProxy() - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
Returns the callback proxy to set tick callback.
- getProxy() - Method in class org.pepstock.charba.client.configuration.CategoryTickHandler
-
- getProxy() - Method in class org.pepstock.charba.client.configuration.LinearTickHandler
-
- getProxy() - Method in class org.pepstock.charba.client.configuration.TimeTickHandler
-
- getProxy() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the function proxy implemented in the additional java script source, created for the specific key.
- getProxy(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns the function proxy implemented in the additional java script source, created for the specific key.
- getQuarter() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getR() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns the bubble radius in pixels (not scaled).
- getRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the radius of the point.
- getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns the inner and outer radius of arc for RADIAL gradient.
- getRadius() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the outer radius of the chart.
As
Double, it is considered to be pixels.
- getRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius of the point shape.
- getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
- getRadius() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the outer radius of the chart.
As
Double, it is considered to be pixels.
- getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the radius of the point.
- getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
-
- getRadius() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Sets the radius of the tile for point style legend.
- getRadius() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.options.Options
-
Returns the outer radius of the chart.
As
Double, it is considered to be pixels.
- getRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the radius of the point.
- getRadiusCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the callback called to set the radius.
- getRadiusCallback() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the callback called to set the radius.
- getRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius callback, if set, otherwise null.
- getRadiusPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the outer radius of the chart.
As
String and ending with '%', percentage of the maximum radius.
- getRadiusPercentage() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getRadiusPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getRadiusPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the outer radius of the chart.
As
String and ending with '%', percentage of the maximum radius.
- getRadiusPercentage() - Method in class org.pepstock.charba.client.options.Options
-
Returns the outer radius of the chart.
As
String and ending with '%', percentage of the maximum radius.
- getRadiusX() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the X radius of the ellipse that most closely circumscribes the area of contact with the screen.
The value is in pixels of the same scale as screenX.
- getRadiusY() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the Y radius of the ellipse that most closely circumscribes the area of contact with the screen.
The value is in pixels of the same scale as screenY.
- getRAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the R axis ID.
- getRed() - Method in class org.pepstock.charba.client.colors.Color
-
- getRed() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the red value.
- getRed() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
-
- getRegion() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the region of the locale.
It could be null.
- getRegion() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns the region.
- getRejectedCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called once zooming or panning is completed.
- getRejectedCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the callback called once zooming or panning is rejected.
- getRejectedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback property handler for rejected event.
- getRejectedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
-
- getRejectedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
-
- getRelatedTarget() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the secondary target for the event, if there is one.
- getRemovedElements() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the elements removed.
Will be an empty element list if no elements were removed.
- getRender() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the render type of data in chart.
- getRender() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner render.
- getRender() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner render.
- getRender() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns what data must be showed.
- getRender() - Method in class org.pepstock.charba.client.labels.Label
-
Returns what data must be showed.
- getRenderCallback() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the render callback.
- getRenderCallback() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the render callback, if set, otherwise null.
- getRepetition() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the repetition to use in the pattern.
- getReplacement() - Method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
-
Returns the replacement string to apply every time the value is found in the the string.
- getResizeDelay() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
- getResizeDelay() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getResizeDelay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getResizeDelay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
- getResizeDelay() - Method in class org.pepstock.charba.client.options.Options
-
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
- getResources() - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Returns the resources type to use to inject java script code.
If the resources type was not already set, an exception will be throw.
- getRight() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the right coordinate.
- getRight() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width right in pixel.
- getRight() - Method in class org.pepstock.charba.client.data.Clip
-
Returns the clip right.
- getRight() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
-
- getRight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
-
- getRight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'right' property from element.
- getRight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Returns the right.
- getRight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the right of chart area.
- getRight() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding right in pixel.
- getRootNode() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the root node.
- getRotation() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the rotation of label in degrees.
- getRotation() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the rotation of label in degrees.
- getRotation() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the point rotation (in degrees).
- getRotation() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the rotation of the point in degrees.
- getRotation() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- getRotation() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- getRotation() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- getRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the point rotation (in degrees).
- getRotation() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the point rotation (in degrees).
- getRotation() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the rotation of the point in degrees (only used if usePointStyle is true).
- getRotation() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the rotation in degrees.
- getRotation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in class org.pepstock.charba.client.options.Point
-
Returns the point rotation (in degrees).
- getRotationAngle() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the angle (in degrees) that the ellipse described by radiusX and radiusY must be rotated, clockwise, to most accurately cover the area of contact between the user
and the surface.
- getRotationCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the rotation of label in degrees.
- getRotationCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the rotation of label in degrees.
- getRotationCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the rotation callback, if set, otherwise null.
- getRotationCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the rotation callback.
- getRotationCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the rotation callback, if set, otherwise null.
- getRound() - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, dates will be rounded to the start of this unit.
- getRound() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getRound() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getRound() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
If defined, dates will be rounded to the start of this unit.
- getRound() - Method in class org.pepstock.charba.client.options.Time
-
If defined, dates will be rounded to the start of this unit.
- getRowIndex() - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Returns a value which gives the logical position of the row within the entire table.
If the row is not part of a table, returns -1.
- getRowSpan() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the value indicating the number of rows this cell must span; this lets a cell occupy space across multiple rows of the table.
- getRScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the R scale item or null if not exists.
- getSamples() - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the
DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
- getSamples() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
-
- getSamples() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
-
- getSamples() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
If the
DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
- getSamples() - Method in class org.pepstock.charba.client.options.Decimation
-
If the
DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
- getSampleSize() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
- getSampleSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getSampleSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getSampleSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
- getSampleSize() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
- getScale() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the scale instance which contains the element to configure.
- getScale() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the scale configuration or the chart options if chart is initialized.
- getScale() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global scale.
- getScale(AxisType) - Method in class org.pepstock.charba.client.Defaults
-
Returns the global scale by axis type.
- getScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default scale.
- getScale(AxisType) - Method in class org.pepstock.charba.client.Defaults.InternalDefaultScales
-
Returns the scale defaults by axis type.
- getScale() - Method in class org.pepstock.charba.client.Defaults.WrapperDefaults
-
Returns the SCALE global options of chart as native object.
- getScaledOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default options with scales.
- getScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the ID of the scale to bind onto.
- getScaleID() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the ID of the scale to bind onto.
- getScaleIsInside(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns the scale item if the chart event is inside of one of scales, otherwise null.
- getScaleItem() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the the scale item related to this axis.
- getScaleItem() - Method in class org.pepstock.charba.client.items.PluginScaleArgument
-
Returns the scale item.
- getScales() - Method in class org.pepstock.charba.client.Chart
-
Returns the scales node, as native object.
- getScales() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the scales item.
- getScales() - Method in class org.pepstock.charba.client.ChartOptions
-
- getScales() - Method in class org.pepstock.charba.client.configuration.ScalesOptions
-
Returns the scales element.
- getScales() - Method in class org.pepstock.charba.client.configuration.StackedOptions
-
- getScales() - Method in class org.pepstock.charba.client.configuration.TimeSeriesOptions
-
- getScales() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getScales() - Method in class org.pepstock.charba.client.defaults.chart.DefaultGlobalOptions
-
- getScales() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
-
- getScales() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaledOptions
-
Returns the scale/axis defaults.
- getScales() - Method in class org.pepstock.charba.client.Defaults.WrapperDefaults
-
Returns the SCALE global options of chart as native object.
- getScales() - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
- getScales() - Method in class org.pepstock.charba.client.options.ScaledOptions
-
- getScheme() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Returns the color scheme.
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
- getScheme() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Returns the internal enumerated scheme instance.
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
- getSchemeCategory() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
Returns the color scheme category.
- getSchemeName() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
Returns the color scheme name.
- getSchemeScope() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- getSchemeScope() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- getScope() - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns the scope of this factory.
- getScope() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient scope.
- getScope() - Method in interface org.pepstock.charba.client.commons.HasCallbackScope
-
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
- getScope() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the scope of the data set, which is the options are used for defaults, chart defaults or chart.
- getScope() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
- getScope() - Method in class org.pepstock.charba.client.options.AnimationTransition
-
- getScope() - Method in class org.pepstock.charba.client.options.Options
-
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
- getScope() - Method in class org.pepstock.charba.client.options.Transitions
-
- getScope() - Method in class org.pepstock.charba.client.options.TypedDataset
-
- getScopes() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
-
Returns the scope of callback, could be the default, chart type options, chart options, plugin objects, datasets.
- getScreenX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the X coordinate of the mouse pointer in global (screen) coordinates.
- getScreenX() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the X coordinate of the touch point relative to the left edge of the screen.
- getScreenY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the Y coordinate of the mouse pointer in global (screen) coordinates.
- getScreenY() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the Y coordinate of the touch point relative to the top edge of the screen.
- getScript() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the script code of the locale.
It could be null.
- getScript() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns the script.
- getScrollHeight() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the scroll view height of an element.
- getScrollingElement() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns a reference to the element that scrolls the document.
- getScrollingElement(BaseDocument) - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the scrolling element of the document, if there is, or the document element.
- getScrollLeft() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the left scroll offset of the element.
- getScrollTop() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing number of pixels the top of the document is scrolled vertically.
- getScrollWidth() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the scroll view width of the element.
- getSearch() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing a '?' followed by the parameters or "querystring" of the URL.
- getSecond() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getSecond() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getSecond() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Second.
- getSecond() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Second.
- getSecond() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getSegment() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Returns the segment element.
- getSegment() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
Returns the segment element.
- getSegment() - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Returns the segment configuration for
LineOptions.
Line segment styles can be overridden by scriptable options in the segment object..
- getSegmentContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.Segment
-
- getSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
-
- getSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the selection cleaner element.
- getSelectionCleaner() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the selection cleaner item.
- getShadowBlur() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the amount of blur applied to shadows.
- getShadowBlur() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the text shadow intensity.
- getShadowBlur() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow intensity.
- getShadowColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the color of shadows.
The shadow's rendered opacity will be affected by the opacity of the fillStyle color when filling, and of the strokeStyle color when stroking.
- getShadowColor() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow color as color.
- getShadowColorAsString() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the text shadow color as string.
- getShadowColorAsString() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow color as string.
- getShadowOffsetX() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the distance that shadows will be offset horizontally.
- getShadowOffsetX() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the text shadow X offset.
- getShadowOffsetX() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow X offset.
- getShadowOffsetY() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the distance that shadows will be offset vertically.
- getShadowOffsetY() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the text shadow Y offset.
- getShadowOffsetY() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow Y offset.
- getShape() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the shape of tile.
- getShapeColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the shape color of tile.
- getShapeColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the shape color of tile.
- getShowLabelBackdropCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the show label backdrop callback instance.
- getSignDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns when to display the sign for the number.
PAY ATTENTION
This method is not supported on Safari.
- getSignDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getSignDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns when to display the sign for the number.
- getSignDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns when to display the sign for the number.
PAY ATTENTION
This method is not supported on Safari.
- getSignDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getSignDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns when to display the sign for the number.
PAY ATTENTION
This method is not supported on Safari.
- getSize() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the size of the tile.
- getSize() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font size.
- getSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
-
- getSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
-
- getSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
-
- getSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font size.
- getSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'size' property from element.
- getSize() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
-
Returns item with the new size of the chart
- getSize() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the size of the tile for point style legend.
- getSize() - Method in class org.pepstock.charba.client.options.AbstractFont
-
- getSize() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font size.
- getSizeItem() - Method in class org.pepstock.charba.client.items.PluginResizeArgument
-
Returns the size item.
- getSnapshot() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Returns the image which is snapshot of chart.
- getSource() - Method in class org.pepstock.charba.client.AbstractChart
-
- getSource() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the property controls the ticks generation.
- getSource() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getSource() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getSource() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the property controls the ticks generation.
- getSource() - Method in class org.pepstock.charba.client.events.Event
-
Returns the source for this event.
It should be always a chart instance.
- getSource() - Method in class org.pepstock.charba.client.events.HandlerManager
-
Returns a chart instance as source for all events.
- getSource() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the property controls the ticks generation.
- getSource() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns a string containing the source text of the
RegExp object, and it doesn't contain the two forward slashes on both sides and any flags.
- getSpacing() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the spacing between label and image for selection cleaner element.
- getSpacing() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the spacing between label and image for selection cleaner element.
- getSpanGapHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getSpanGapHandler() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Returns a span gap handler instance to use in the default methods of this interface.
- getSpanGapHandler() - Method in class org.pepstock.charba.client.options.Options
-
- getSpanGaps() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Returns the value of the data if lines will be drawn between points with no or null data.
- getSpanGaps() - Method in class org.pepstock.charba.client.options.SpanGapHandler
-
Returns the value of the data if lines will be drawn between points with no or null data.
- getSpeed() - Method in interface org.pepstock.charba.client.zoom.IsDefaultWheel
-
Returns the speed of element via mouse wheel (percentage of element on a wheel event).
- getSpeed() - Method in class org.pepstock.charba.client.zoom.Wheel
-
Returns the speed of element via mouse wheel (percentage of element on a wheel event).
- getSrc() - Method in class org.pepstock.charba.client.dom.elements.Img
-
Returns the full URL of the image including base URI.
- getSrc() - Method in class org.pepstock.charba.client.dom.elements.Script
-
Returns the URL of an external script.
- getStackGroup() - Method in class org.pepstock.charba.client.data.BarStackHandler
-
Returns the name of stack group.
- getStackGroup() - Method in interface org.pepstock.charba.client.data.HasBarStackGroup
-
Returns the name of stack group.
- getStart() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the start point of a bar.
- getStart() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the new starting point (new mouse down)
- getStart() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the start value of scale.
- getStartAngle() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the starting angle to draw arcs for the first item in a data set.
- getStartAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getStartAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getStartAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the starting angle to draw arcs for the first item in a dataset.
- getStartAngle() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the start angle of data set item.
- getStartAngle() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the starting angle to draw arcs for the first item in a data set.
- getStartCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called once zooming or panning is started.
- getStartCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the callback called once zooming or panning is started.
- getStartEndValue() - Method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns the value to use when only start and end is used.
- getStarting() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the starting point
- getStartPoint() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the
DatasetElement related to the data as starting point of segment.
- getStartPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback property handler for start event.
- getStartPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
-
- getStartPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
-
- getStartValue() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the start value on scale
- getStatus() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Returns the status of selection.
- getStatus() - Method in class org.pepstock.charba.client.utils.CTimer
-
Returns the status of the timer.
- getStepped() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns if the line is shown as a stepped line.
- getStepSize() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in class org.pepstock.charba.client.configuration.Time
-
The number of units between grid.
- getStepSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getStepSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getStepSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getStepSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getStepSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
The number of units between grid.
- getStepSize() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in class org.pepstock.charba.client.options.Time
-
The number of units between grid.
- getStepSizeCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the stepSize callback instance.
- getStepSizeCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Returns the stepSize callback instance.
- getString(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns a label at a specific index.
If at index there is multi-line label, returns labels with
Constants.LINE_SEPARATOR as separator.
If the index is out of bounds, throws an exception.
- getStringProperty(Key, NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object, when the ID is stored as string.
- getStringProperty(NativeObject, String, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtils
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getStrings(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns a multi line label at a specific index.
- getStrokeColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke color is used for the lines around shapes.
- getStrokeColorAsString() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke color is used for the lines around shapes.
- getStrokeGradient() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke gradient is used for the lines around shapes.
- getStrokePattern() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke pattern is used for the lines around shapes.
- getStrokeStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as color.
- getStrokeStyleAsCanvasGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as canvas gradient.
- getStrokeStyleAsCanvasPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as canvas pattern.
- getStrokeStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as gradient.
- getStrokeStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as pattern.
- getStyle() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel.InternalFont
-
- getStyle() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font style, follows CSS font-style options (i.e.
- getStyle() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
-
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
-
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
-
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalBodyFont
-
- getStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font style, follows CSS font-style options (i.e.
- getStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an object representing the declarations of an element's style attributes.
- getStyle() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getStyle(int) - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
- getStyle() - Method in class org.pepstock.charba.client.options.AbstractFont
-
- getStyle() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font style, follows CSS font-style options (i.e.
- getSuggestedMax() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getSuggestedMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMin() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getSuggestedMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the adjustment used when calculating the minimum data value.
- getTabIndex() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number representing the position of the element in the tabbing order.
- getTagName() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the name of the tag for the given element.
- getTarget() - Method in class org.pepstock.charba.client.dom.BaseEvent
-
Returns a reference to the target to which the event was originally dispatched.
- getTarget() - Method in class org.pepstock.charba.client.dom.BaseTouch
-
Returns the element on which the touch point started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that
element or even been removed from the document.
- getTarget() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the node the mutation affected, depending on the
MutationType.
- getTargetTouches() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns a list of all the touch objects that are both currently in contact with the touch surface and were also started on the same element that is the target of the event.
- getTemplate() - Method in class org.pepstock.charba.client.controllers.ControllerTemplate
-
Returns the controller template a single row.
- getTension() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- getTension() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns curve tension of the line.
- getTension() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getTension() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getTension() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns the Bézier curve tension (0 for no Bézier curves).
- getTension() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the Bézier curve tension (0 for no Bézier curves).
- getTension() - Method in class org.pepstock.charba.client.options.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- getText() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the title text to display.
- getText() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the title text to display, as a list of strings.
- getText() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns the text that will be displayed
- getText() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the label that will be displayed
- getText() - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Returns the label that will be displayed
- getText() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in class org.pepstock.charba.client.options.Title
-
Returns the title text to display, as a list of strings.
- getTextAlign() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the horizontal alignment of the label text.
- getTextAlign() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the horizontal alignment of the label text when multiple lines.
- getTextAlign() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the the horizontal alignment of the label text.
- getTextAlign() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text alignment being used when drawing the label text.
- getTextAlign() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text alignment being used when drawing the label text when multiple lines.
- getTextAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getTextAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getTextAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns the the horizontal alignment of the label text.
- getTextAlign() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textAlign' property from element.
- getTextAlign() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text alignment used when drawing text.
- getTextAlign() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the the horizontal alignment of the label text.
- getTextAlignCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the horizontal alignment of the label text.
- getTextAlignCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the horizontal alignment of the label text when multiple lines.
- getTextAlignCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text align callback.
- getTextAlignCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text align callback, if set, otherwise null.
- getTextAsHtml() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the text that will be displayed, as HTML.
If is not HTML, returns
Undefined.STRING.
- getTextAsHtml() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns the label that will be displayed, as HTML.
If is not HTML, returns
Undefined.STRING.
- getTextAsHtml() - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Returns the label that will be displayed, as HTML.
If is not HTML, returns
Undefined.STRING.
- getTextBaseline() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text baseline used when drawing text.
- getTextCallback() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the text callback, if set, otherwise null.
- getTextContent() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the textual content of an element and all its descendants.
- getTextDecoration() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textDecoration' property from element.
- getTextDirection() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the text direction of the legend that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
- getTextDirection() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip, regardless of the CSS specified on the canvas.
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTextDirection() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectionHandler
-
Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.
- getTextDirection() - Method in interface org.pepstock.charba.client.options.HasTextDirection
-
- getTextDirection() - Method in class org.pepstock.charba.client.options.TextDirectionHandler
-
Returns the text direction of the tooltips that will force the text direction on the canvas for rendering the tooltips, regardless of the CSS specified on the canvas.
- getTextDirectionHandler() - Method in interface org.pepstock.charba.client.options.HasTextDirection
-
Returns a text direction handler instance to use in the default methods of this interface.
- getTextDirectionHandler() - Method in class org.pepstock.charba.client.options.Legend
-
- getTextDirectionHandler() - Method in class org.pepstock.charba.client.options.Tooltips
-
- getTextIndent() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textIndent' property from element.
- getTextLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels text color of tooltip.
- getTextMargin() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
- getTextMargin() - Method in class org.pepstock.charba.client.labels.Label
-
- getTextOverflow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textOverflow' property from element.
- getTextShadow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textShadow' property from element.
- getTextShadowBlur() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text shadow blur.
- getTextShadowBlur() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow blur.
- getTextShadowBlurCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text shadow blur callback.
- getTextShadowBlurCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow blur callback, if set, otherwise null.
- getTextShadowColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow color.
- getTextShadowColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text shadow color as string.
- getTextShadowColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow color as string.
- getTextShadowColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text shadow color callback.
- getTextShadowColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow color callback, if set, otherwise null.
- getTextStrokeColor() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke color.
- getTextStrokeColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke color.
- getTextStrokeColor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the text stroke color.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getTextStrokeColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the text stroke color as string.
- getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke color callback, if set, otherwise null.
- getTextStrokeColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text stroke color callback.
- getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke color callback, if set, otherwise null.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getTextStrokeWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the text stroke width.
- getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke width callback, if set, otherwise null.
- getTextStrokeWidthCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text stroke width callback.
- getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke width callback, if set, otherwise null.
- getThreshold() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
Creates a new threshold cloning the constant one.
- getThreshold() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPan
-
Returns the minimal pan distance required before actually applying pan.
- getThreshold() - Method in class org.pepstock.charba.client.zoom.Pan
-
Returns the minimal pan distance required before actually applying pan.
- getThresholds() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Gets all thresholds by an unmodifiable list.
- getTick() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the tick item instance which contains data to be consumed configuring the element.
- getTickBorderDash() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the length and spacing of the tick mark line.
- getTickBorderDash() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the length and spacing of the tick mark line.
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the offset for the line dash of the tick mark.
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getTickBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the offset for the line dash of the tick mark.
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the offset for the line dash of the tick mark.
- getTickBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the tick border dash offset callback instance.
- getTickColor() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- getTickColor() - Method in class org.pepstock.charba.client.options.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- getTickColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the color of the tick line.
- getTickColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getTickColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getTickColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the color of the tick line.
- getTickColorAsString() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the color of the tick line.
- getTickColorCallback() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the tick color callback instance.
- getTickColorsAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- getTickColorsAsString() - Method in class org.pepstock.charba.client.options.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- getTickHandler() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the tick handler.
- getTickItems(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TimeTickHandler
-
Returns a list of time tick items from an array of native objects passed by CHART.JS.
- getTickLength() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the length in pixels that the grid will draw in the the axis area.
- getTickLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getTickLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getTickLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the length in pixels that the grid will draw in the the axis area.
- getTickLength() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the length in pixels that the grid will draw in the the axis area.
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the ticks element
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
- getTicks() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the ticks element.
- getTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the ticks defaults.
- getTicks() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of ticks.
- getTicks() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the ticks element.
- getTicksWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the width of the tick marks in pixels.
- getTicksWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the width of the tick marks in pixels.
- getTickWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the width of the tick mark in pixels.
The first element if set as array.
- getTickWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getTickWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getTickWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the width of the tick mark in pixels.
The first element if set as array.
- getTickWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the width of the tick mark in pixels.
The first element if set as array.
- getTickWidthCallback() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the tick width callback instance.
- getTime() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Returns the time element.
- getTime() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Returns the time of time series item.
- getTime() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getTime() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getTime() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the time defaults.
- getTime() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the time element.
- getTimeAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
-
Returns the axis for time.
- getTimer() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns a
CTimer instance inside chart.
- getTimer() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getTimer() - Method in interface org.pepstock.charba.client.IsChart
-
Returns a
CTimer instance inside chart.
- getTimeSeriesData() - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Returns the data property of a dataset for a chart is specified as an array of time series items.
- getTimeSeriesData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Returns the data property of a dataset for a chart is specified as an array of time series items
- getTimeSeriesItems(Dataset.TimeSeriesItemFactory, boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a data set for a chart is specified as an array of data points.
- getTimeStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getTimeStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
- getTimeStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
- getTimeStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getTimeZone() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getTimeZone() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the time zone to use.
- getTimeZone() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the time zone to use.
- getTimeZone() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getTimeZoneName() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getTimeZoneName() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the time zone name.
- getTimeZoneName() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the time zone name.
- getTimeZoneName() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getTitle() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the title item.
- getTitle() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the scale title element
- getTitle() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the title element.
- getTitle() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the legend title element.
- getTitle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getTitle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the title object defaults.
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the title defaults.
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the scale title defaults
- getTitle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the title of the tooltip.
- getTitle() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the scale title element.
- getTitle() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the legend title element.
- getTitle() - Method in class org.pepstock.charba.client.options.Options
-
Returns the title element.
- getTitleAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title alignment.
- getTitleAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title alignment.
- getTitleAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title alignment.
- getTitleBlock() - Method in class org.pepstock.charba.client.Chart
-
Returns the title node, as native object.
- getTitleCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user title callback.
- getTitleColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font color.
- getTitleColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color.
- getTitleColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font color as string.
- getTitleColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font color as string.
- getTitleColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color as string.
- getTitleFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font element.
- getTitleFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font.
- getTitleFont() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font element.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the margin to add on bottom of title section.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleMarginBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the margin to add on bottom of title section.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the margin to add on bottom of title section.
- getTitleSpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTitleSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTo() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getTo() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getTo() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the end value for the animation as number.
- getTo() - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
Returns the ending value of selected scale.
- getTo() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as number.
- getToAsBoolean() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getToAsBoolean() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getToAsBoolean() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the end value for the animation as boolean.
- getToAsBoolean() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as number.
- getToAsColor() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as color.
- getToAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getToAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getToAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the end value for the animation as color string.
- getToAsString() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as color string.
- getToCallback() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getToCallback() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getToCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the callback to set the end value for the animation.
- getToCallback() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the callback to set the end value for the animation.
- getTooltip() - Method in class org.pepstock.charba.client.Chart
-
Returns the tooltip node, as native object.
- getTooltip() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the tooltip item.
- getTooltip() - Method in class org.pepstock.charba.client.items.PluginTooltipArgument
-
Returns the tooltip model.
- getTooltipActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the active tooltip elements for the chart.
- getTooltipActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getTooltipActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the active tooltip elements for the chart.
- getTooltipActiveElements(Chart) - Method in class org.pepstock.charba.client.JsChartHelper
-
Returns the active tooltip elements for the chart.
- getTooltipActiveElements(Chart) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Returns the active tooltip elements for the chart.
- getTooltipFormat() - Method in class org.pepstock.charba.client.configuration.Time
-
The LUXON format string to use for the tooltip.
- getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getTooltipFormat() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
The date format string to use for the tooltip.
- getTooltipFormat() - Method in class org.pepstock.charba.client.options.Time
-
The format string to use for the tooltip.
- getTooltipPosition(String) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Returns the tooltip positioner implementation by tooltip position name.
- getTooltips() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the tooltips element.
- getTooltips() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getTooltips() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the tooltips defaults.
- getTooltips() - Method in class org.pepstock.charba.client.options.Options
-
Returns the tooltips element.
- getTop() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the top coordinate.
- getTop() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width top in pixel.
- getTop() - Method in class org.pepstock.charba.client.data.Clip
-
Returns the clip top.
- getTop() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
-
- getTop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
-
- getTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'top' property from element.
- getTop() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Returns the top.
- getTop() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the top of chart area.
- getTop() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding top in pixel.
- getTopLeft() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for top-left corner of the rectangle, in pixel.
- getTopLeft() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for top-left corner of the rectangle, in pixel.
- getTopRight() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for top-right corner of the rectangle, in pixel.
- getTopRight() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for top-right corner of the rectangle, in pixel.
- getTotal(IsChart, AbstractDatasetContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
-
Calculates the total for data values for NO stacked dataset.
- getTotal() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset total value of data.
- getTotalForStacked(IsChart, AbstractDatasetContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
-
Calculates the total for data values for stacked dataset.
- getTouches() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns a list of all the touch objects representing all current points of contact with the surface, regardless of target or changed status.
- getTransition() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the mode which is wrapped.
- getTransitions() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Returns the transitions element.
- getTransitions() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns the animation transition element.
- getTransitions() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTransitions() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- getTransitions() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationContainer
-
Returns the animation transition element.
- getTransitions() - Method in class org.pepstock.charba.client.options.AnimationContainer
-
Returns the animation transition element.
- getTransitions() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns the animation transition element.
- getType() - Method in class org.pepstock.charba.client.AbstractChart
-
- getType() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the type of annotation.
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultBox
-
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultEllipse
-
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultLine
-
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultPoint
-
- getType() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the type of annotation.
- getType() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxAnnotation
-
- getType() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
- getType() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns the type of the context.
- getType() - Method in class org.pepstock.charba.client.ChartOptions
-
Returns the chart type.
- getType() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient type.
- getType() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the supported gradient type.
- getType(String, boolean) - Static method in enum org.pepstock.charba.client.commons.ObjectType
-
Returns the java script property type.
- getType() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the type of axis.
- getType() - Method in interface org.pepstock.charba.client.Controller
-
Controller must define a unique id in order to be configurable.
Returns the controller id.
- getType() - Method in class org.pepstock.charba.client.controllers.AbstractController
-
- getType() - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Returns the controller type.
- getType() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the type of data set, based on type of chart.
- getType(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns the type of a label at specific index.
- getType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
- getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
- getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
-
- getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
-
- getType() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the type of from property and determines the interpolator used.
- getType() - Method in class org.pepstock.charba.client.dom.BaseEvent
-
Returns the type of the event.
- getType() - Method in class org.pepstock.charba.client.dom.elements.Script
-
Returns the MIME type of the script.
- getType() - Method in class org.pepstock.charba.client.dom.elements.Style
-
Returns the type of style being applied by this statement.
- getType() - Method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns the type integer representation of node.
- getType() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
- getType() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
- getType() - Method in class org.pepstock.charba.client.events.AddHandlerEvent
-
- getType() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the type of the event.
- getType() - Method in class org.pepstock.charba.client.events.Event
-
Returns the event type used to register this event to find handlers of the appropriate class.
- getType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
-
- getType() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getType() - Method in class org.pepstock.charba.client.intl.FormatPart
-
Returns the type of the part.
- getType() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the type of chart.
- getType() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the type of dataset.
- getType() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the type of scale
- getType() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the type of from property and determines the interpolator used.
- getType() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the type of axis.
- getType() - Method in class org.pepstock.charba.client.options.TypedDataset
-
Returns the data set type.
- getTypeByString(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Returns the controller type by name as string.
- getTypedDataset() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the typed data set for the type of the data set.
- getTypeNames() - Method in class org.pepstock.charba.client.controllers.Controllers
-
Gets all global registered controllers types.
- getUnit() - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, will force the unit to be a certain type.
- getUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
If defined, will force the unit to be a certain type.
- getUnit() - Method in class org.pepstock.charba.client.options.Time
-
If defined, will force the unit to be a certain type.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the unit formatting style to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getUnitOfMeasureDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the unit formatting style to use in unit formatting.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the unit formatting style to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the unit formatting style to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns an unmodifiable list of units to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- getUnitsOfMeasure() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns an unmodifiable list of units to use in unit formatting.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns an unmodifiable list of units to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns an unmodifiable list of units to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- getUserAgent() - Method in class org.pepstock.charba.client.dom.BaseNavigator
-
Returns the user agent string for the current browser.
Browser identification based on detecting the user agent string is unreliable and is not recommended, as the user agent string is user configurable.
- getUTCOffset() - Method in enum org.pepstock.charba.client.intl.enums.TimeZone
-
Returns the UTC offset of timezone.
- getVAlign() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the content of the cell must be vertically aligned.
- getVAlign() - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Returns the value indicating how the content of the cell must be vertically aligned.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeIntegerDescriptor
-
Gets the value associated with the property.
- getValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (int) in the embedded JavaScript object at specific property.
- getValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (double) in the embedded JavaScript object at specific property.
- getValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (boolean) in the embedded JavaScript object at specific property.
- getValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (string) in the embedded JavaScript object at specific property.
- getValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (date) in the embedded JavaScript object at specific property.
- getValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (JavaScript Object) in the embedded JavaScript object at specific property.
- getValue(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (image) in the embedded JavaScript object at specific property.
- getValue(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (gradient) in the embedded JavaScript object at specific property.
- getValue(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (pattern) in the embedded JavaScript object at specific property.
- getValue(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (string) in the embedded JavaScript object at specific property.
- getValue(Key, ScaleId) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (ScaleId) in the embedded JavaScript object at specific property.
- getValue(Key, T[], T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (key) in the embedded JavaScript object at specific property.
- getValue() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the value which is calculating subtracting the start point from end point.
- getValue() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Returns the value of time series item.
- getValue() - Method in class org.pepstock.charba.client.dom.BaseAttribute
-
Returns the attribute's value.
- getValue() - Method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
-
Returns the value to find in the the string.
- getValue() - Method in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
-
- getValue() - Method in enum org.pepstock.charba.client.enums.Fill
-
- getValue() - Method in interface org.pepstock.charba.client.enums.IsFill
-
Returns the value as string (valid ONLY for relative dataset index and predefined), otherwise
Undefined.STRING.
- getValue() - Method in class org.pepstock.charba.client.events.AxisClickEvent
-
Returns the scale value related to the click, or null if not consistent.
- getValue() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
- getValue() - Method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Returns the value of threshold.
- getValue() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Returns the value of meter or gauge dataset.
- getValue() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the value of the chart.
- getValue() - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
- getValue() - Method in class org.pepstock.charba.client.intl.FormatPart
-
Returns the value of the part.
- getValue() - Method in class org.pepstock.charba.client.items.DataItem
-
- getValue() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the value of the tick as double.
- getValue() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
- getValueAsDataPoint() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set as
DataPoint if it is or
null.
- getValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value to draw the line at.
- getValueAsDate() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value to draw the line at.
- getValueAsDate() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the date of the tick.
- getValueAsDate() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the value for the scale as
FloatingData if it is or
null.
- getValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value to draw the line at.
- getValueAsDouble() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value to draw the line at.
- getValueAsFloatingData() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set as
FloatingData if it is or
null.
- getValueAsInt() - Method in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
-
- getValueAsInt() - Method in enum org.pepstock.charba.client.enums.Fill
-
- getValueAsInt() - Method in interface org.pepstock.charba.client.enums.IsFill
-
Returns the value as integer (valid ONLY for absolute dataset index), otherwise
Undefined.INTEGER.
- getValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value to draw the line at.
- getValueAsString() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value to draw the line at.
- getValueAsString() - Method in class org.pepstock.charba.client.items.DataItem
-
- getValueAsString() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the value of the tick as string.
- getValueAsString() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
- getValueAtEvent(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value on the axis related to an event position.
- getValueAtPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value on the axis related to a position, passed as pixels.
- getValueAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the value axis ID.
- getValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the callback called to set the data value to draw the line at.
- getValueCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the callback called to set the left edge of the box, in units along the x axis.
- getValueForMultipleKeyTypes(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the value of a property checking if the type of current value is a STRING.
- getValueForMultipleKeyTypes(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the value of a property checking if the type of current value is a NUMBER.
- getValueForMultipleKeyTypes(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the value of a property checking if the type of current value is a OBJECT (as a date).
- getValueForPixel(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getValueForPixel(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getValueForPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas.
- getValueMaximumRatio() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the ratio between value and maximum.
- getValueOrArray(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
- getValueOrArray(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
- getValueOrArray(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- getValueOrArray(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
- getValueOrArray(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
- getValueOrArray(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
- getValueOrArray(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a key.
- getValueScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the value scale item or
null if not exists.
If
IndexAxis =
IndexAxis.Y then iScale === yScale and vScale === xScale.
For radar, iScale === vScale === rScale.
- getVariantAndExtension() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the variant and extension parts of the locale.
It could be null.
- getVariantAndExtension() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns the variant and extension part of locale.
- getVerticalAlign() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'verticalAlign' property from element.
- getVisibility() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'visibility' property from element.
- getVisibleDatasetCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the amount of data sets which are visible
- getVisibleDatasetCount() - Method in class org.pepstock.charba.client.Chart
-
Gets the amount of datasets which are visible
- getVisibleDatasetCount() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getVisibleDatasetCount() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the amount of datasets which are visible
- getWeek() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getWeekDay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getWeekDay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the WeekDay.
- getWeekDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the WeekDay.
- getWeekDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getWeight() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the relative thickness of the data set.
Providing a value for weight will cause the pie or doughnut data set to be drawn with a thickness relative to the sum of all the data set weight values.
- getWeight() - Method in class org.pepstock.charba.client.configuration.Axis
-
The weight used to sort the axis.
Higher weights are further away from the chart area.
- getWeight() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font weight, follows CSS font-style-weight options.
- getWeight() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
- getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle.InternalTitleFont
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalFooterFont
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalTitleFont
-
- getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
- getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font weight, follows CSS font-style-weight options.
- getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
The weight used to sort the axis.
- getWeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the weight.
- getWeight() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns the relative thickness of the dataset.
- getWeight() - Method in class org.pepstock.charba.client.options.AbstractFont
-
- getWeight() - Method in class org.pepstock.charba.client.options.AbstractScale
-
The weight used to sort the axis.
- getWeight() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
- getWeight() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font weight, follows CSS font-style-weight options.
- getWheel() - Method in class org.pepstock.charba.client.zoom.DefaultZoom
-
- getWheel() - Method in interface org.pepstock.charba.client.zoom.IsDefaultZoom
-
Returns the wheel-to-zoom effect.
- getWheel() - Method in class org.pepstock.charba.client.zoom.Zoom
-
Returns the wheel-to-zoom effect.
- getWhiteSpace() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'whiteSpace' property from element.
- getWholeOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the default options by a chart instance, merging global, chart type global and chart options.
If the options is not consistent, it will returns the
AbstractChart.getDefaultChartOptions().
- getWholeOptions() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- getWholeOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the default options by a chart instance, merging global, chart type global and chart options.
- getWidth() - Method in class org.pepstock.charba.client.Chart
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the image width used in the pattern.
- getWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'width' property from element.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a positive integer reflecting the width HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.Img
-
Returns the value that reflects the width attribute, indicating the rendered width of the image in CSS pixels.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the length in pixels or in percentage of the desired width fo the entire table.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the number of pixels wide the cell should be drawn, if possible.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.TextMetricsItem
-
Return the value giving the calculated width of a segment of inline text in CSS pixels.
It takes in the account the current font of the context..
- getWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the width of selection cleaner element.
- getWidth() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the width of data set item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.SizeItem
-
Returns the width of the chart item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the width of tooltip.
- getWidths(Key, int) - Method in class org.pepstock.charba.client.data.HovingDataset
-
- getWidths(Key, int) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns an array of widths as integer
- getWordSpacing() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'wordSpacing' property from element.
- getWordWrap() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'wordWrap' property from element.
- getX() - Method in class org.pepstock.charba.client.colors.Center
-
Returns the X coordinate.
- getX() - Method in class org.pepstock.charba.client.commons.AbstractPoint
-
Returns the X coordinate of the point.
- getX() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns X value as double (for scatter and bubble datasets).
- getX() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the horizontal coordinate of the event relative to the current layer.
- getX() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the X location of event in pixel.
- getX() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the X point of selection cleaner element.
- getX() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the X location of data set item in pixel.
- getX() - Method in class org.pepstock.charba.client.items.DatasetPoint
-
Returns X value.
- getX() - Method in class org.pepstock.charba.client.items.Parsed
-
Returns the X value of the point.
- getX() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X location of tooltip.
- getX() - Method in class org.pepstock.charba.client.zoom.EventPoint
-
Returns the X coordinate of the point.
- getX() - Method in interface org.pepstock.charba.client.zoom.IsDefaultLimits
-
Returns the limit for X scale.
- getX() - Method in class org.pepstock.charba.client.zoom.Limits
-
Returns the limit for X scale.
- getXAdjust() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center.
- getXAdjust() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center.
- getXAdjustCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
- getXAdjustCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
- getXAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the alignment of the tooltip caret in the X direction.
- getXAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getXAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getXAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the alignment of the tooltip caret in the X direction.
- getXAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip caret in the X direction.
- getXAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the alignment of the tooltip caret in the X direction.
- getXAsDate() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns X value as date for time series.
- getXAsString() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns X value as string.
- getXAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID of
DefaultScaleId.X.
- getXAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID of
DefaultScaleId.X.
- getXAxisID() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the ID of the x axis to plot this dataset on.
- getXAxisID() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the ID of the x axis to plot this dataset on.
If not specified, this defaults to the ID of the first found x axis.
- getXAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the X axis ID.
- getXCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the X center of scale.
- getXLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for X axes.
- getXLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for X axes.
- getXMaxAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the right edge of the box.
- getXMaxAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the right edge of the box.
- getXMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the right edge of the box.
- getXMaxAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the right edge of the box.
- getXMaxAsString() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the right edge of the box.
- getXMaxAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the right edge of the box.
- getXMaxCallback() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the callback called to set the right edge of the box.
- getXMaxCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the callback called to set the right edge of the box.
- getXMinAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the left edge of the box, in units along the x axis.
- getXMinAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the left edge of the box, in units along the x axis.
- getXMinAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the left edge of the box, in units along the x axis.
- getXMinAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the left edge of the box, in units along the x axis.
- getXMinAsString() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the left edge of the box, in units along the x axis.
- getXMinAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the left edge of the box, in units along the x axis.
- getXMinCallback() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the callback called to set the left edge of the box, in units along the x axis.
- getXMinCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the callback called to set the left edge of the box, in units along the x axis.
- getXObjectType() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns the object type of data stored as X.
- getXPadding() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the padding of label to add left and right.
- getXPadding() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the padding of label to add left and right.
- getXPaddingCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the padding of label to add left and right.
- getXPaddingCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the padding of label to add left and right.
- getXScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the X scale item or null if not exists.
- getXScaleID() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the ID of the X scale to bind onto.
- getXScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
- getXScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the ID of the X scale to bind onto.
- getXScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the ID of the X scale to bind onto.
- getXScaleID() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the ID of the X scale to bind onto.
- getXValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the data X value to draw the point at.
- getXValueAsDate() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the data X value to draw the line at.
- getXValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the data X value to draw the point at.
- getXValueAsDouble() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the data X value to draw the line at.
- getXValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the data X value to draw the point at.
- getXValueAsString() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the data X value to draw the line at.
- getXValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the callback called to set the data X value to draw the line at.
- getXValueCallback() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the callback called to set the data X value to draw the line at.
- getY() - Method in class org.pepstock.charba.client.colors.Center
-
Returns the Y coordinate.
- getY() - Method in class org.pepstock.charba.client.commons.AbstractPoint
-
Returns the Y coordinate of the point.
- getY() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns Y value.
- getY() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns the vertical coordinate of the event relative to the current layer.
- getY() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the Y location of event in pixel.
- getY() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the Y point of selection cleaner element.
- getY() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns the Y location of data set item in pixel.
- getY() - Method in class org.pepstock.charba.client.items.DatasetPoint
-
Returns Y value.
- getY() - Method in class org.pepstock.charba.client.items.Parsed
-
Returns the Y value of the point.
- getY() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y location of tooltip.
- getY() - Method in class org.pepstock.charba.client.zoom.EventPoint
-
Returns the Y coordinate of the point.
- getY() - Method in interface org.pepstock.charba.client.zoom.IsDefaultLimits
-
Returns the limit for Y scale.
- getY() - Method in class org.pepstock.charba.client.zoom.Limits
-
Returns the limit for Y scale.
- getYAdjust() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center.
- getYAdjust() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center.
- getYAdjustCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
- getYAdjustCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
- getYAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getYAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getYAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAsFloatingData() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns Y value.
- getYAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the y axis to plot this data set on.
- getYAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the y axis to plot this data set on.
- getYAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the Y axis ID.
- getYCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the Y center of scale.
- getYear() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
- getYear() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- getYear() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Year.
- getYear() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Year.
- getYear() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- getYLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for Y axes.
- getYLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for Y axes.
- getYMaxAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the top edge of the box in units along the y axis.
- getYMaxAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the top edge of the box in units along the y axis.
- getYMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the top edge of the box in units along the y axis.
- getYMaxAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the top edge of the box in units along the y axis.
- getYMaxAsString() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the top edge of the box in units along the y axis.
- getYMaxAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the top edge of the box in units along the y axis.
- getYMaxCallback() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the callback called to set the top edge of the box in units along the y axis.
- getYMaxCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the callback called to set the right edge of the box.
- getYMinAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the bottom edge of the box.
- getYMinAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the bottom edge of the box.
- getYMinAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the bottom edge of the box.
- getYMinAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the bottom edge of the box.
- getYMinAsString() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the bottom edge of the box.
- getYMinAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the bottom edge of the box.
- getYMinCallback() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the callback called to set the bottom edge of the box.
- getYMinCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the callback called to set the left edge of the box, in units along the x axis.
- getYObjectType() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns the object type of data stored as Y.
- getYPadding() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the padding of label to add top and bottom.
- getYPadding() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the padding of label to add top and bottom.
- getYPaddingCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the padding of label to add top and bottom.
- getYPaddingCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the padding of label to add top and bottom.
- getYScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the Y scale item or null if not exists.
- getYScaleID() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Returns the ID of the Y scale to bind onto.
- getYScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
- getYScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the ID of the Y scale to bind onto.
- getYScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsXYAnnotation
-
Returns the ID of the Y scale to bind onto.
- getYScaleID() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the ID of the Y scale to bind onto.
- getYValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the data Y value to draw the point at.
- getYValueAsDate() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the data Y value to draw the line at.
- getYValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the data Y value to draw the point at.
- getYValueAsDouble() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the data Y value to draw the line at.
- getYValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the data Y value to draw the point at.
- getYValueAsString() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the data Y value to draw the line at.
- getYValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the callback called to set the data Y value to draw the line at.
- getYValueCallback() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the callback called to set the data Y value to draw the line at.
- getZ() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns z-index of grid line layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
- getZ() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns z-index of tick layer.
- getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns z-index of grid layer.
Values less than or equals to 0 are drawn under data sets, greater than 0 on top.
- getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns z-index of tick layer.
- getZ() - Method in class org.pepstock.charba.client.options.Grid
-
Returns z-index of grid line layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
- getZ() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns z-index of tick layer.
- getZone() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the zone that LUXON must use by the date adapter.
See
here the details about time zone in LUXON.
- getZone() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the zone that LUXON must use by the date adapter.
See
here the details about time zone in LUXON.
- getZone() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
-
- getZone() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
-
- getZone() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the zone that LUXON must use by the date adapter.
See
here the details about time zone in LUXON.
- getZone() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the zone that LUXON must use by the date adapter.
See
here the details about time zone in LUXON.
- getZoom() - Method in class org.pepstock.charba.client.zoom.DefaultOptions
-
- getZoom() - Method in interface org.pepstock.charba.client.zoom.IsDefaultOptions
-
Returns the zoom element.
- getZoom() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
-
Returns the zoom element.
- GlobalOptions - Class in org.pepstock.charba.client
-
Default global options (maps the java script object chart.defaults.global).
- GlobalOptions(NativeObject) - Constructor for class org.pepstock.charba.client.GlobalOptions
-
Creates the object with the native object which maps the java script object chart.defaults.global.
- GlobalOptions.GlobalPlugins - Class in org.pepstock.charba.client
-
Extends the options element to configure plugins in order to request to the plugin by its options to merge the original defaults, otherwise the defaults of plugin will be
lost.
- GlobalPlugins(ChartEnvelop<Plugins>) - Constructor for class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
-
Creates the object getting the original instance of
Plugins} in the
Options, in order to override the
setOptions method to force the merge.
- GlobalPlugins - Class in org.pepstock.charba.client.plugins
-
Global configuration to set plugins at global level.
It maps the CHART.JS object of default, chart.plugins.
- GlobalPlugins() - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins
-
Builds the object by the native object which maps chart.registry.plugins
- GlobalPlugins.InternalPlugins - Class in org.pepstock.charba.client.plugins
-
- GlobalScale - Class in org.pepstock.charba.client
-
Default global scale (maps the java script object Chart.defaults.scale and the result of Chart.scaleService).
- GlobalScale(NativeObject) - Constructor for class org.pepstock.charba.client.GlobalScale
-
Creates the object with the native object which maps the java script object chart.defaults.scale.
- GoogleChartColor - Enum in org.pepstock.charba.client.colors
-
Google Chart colors provided as enumeration of colors.
- GoogleChartColor(String) - Constructor for enum org.pepstock.charba.client.colors.GoogleChartColor
-
Creates a color with HEX value.
- GoogleChartScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the Google chart schemes.
To configure
ColorSchemes.ID plugin, where category is
"googlechart".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
If the number of the datasets is larger than it, the same colors will appear repeatedly.
A color is not modified if it is specified by dataset options.
- GoogleChartScheme(IsColor...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Builds a scheme using argument as list of colors in HEX format.
- Gradient - Class in org.pepstock.charba.client.colors
-
A gradient is an image consisting of a progressive transition between two or more colors.
Could be Linear or Radial.
Can be created using the size of CANVAS or CHART area.
The orientation to have a progressive transition, is defined by an enumeration in order to creates the gradient using the right coordinates and dimension, based on existing
items (canvas and chart).
- Gradient(String, GradientType, GradientOrientation, GradientScope, List<GradientColor>) - Constructor for class org.pepstock.charba.client.colors.Gradient
-
Creates a gradient by a type, an orientation, a scope and the whole list of stop colors.
- Gradient(NativeObject) - Constructor for class org.pepstock.charba.client.colors.Gradient
-
Internal constructor to create a gradient, previously stored in the a native java script object
- gradient - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
- Gradient.Property - Enum in org.pepstock.charba.client.colors
-
Name of properties of native object.
- GRADIENT_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.Utilities
-
- GradientBuilder - Class in org.pepstock.charba.client.colors
-
The gradient builder is the entry point to create a canvas gradient.
A gradient is an image consisting of a progressive transition between two or more colors.
Could be Linear or Radial.
Can be created using the size of CANVAS or CHART area.
The orientation to have a progressive transition, is defined by an enumeration in order to creates the gradient using the right coordinates and dimension, based on existing
items (canvas and chart).
- GradientBuilder(GradientType, GradientOrientation, GradientScope) - Constructor for class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type, an orientation and a scope.
- GradientColor - Class in org.pepstock.charba.client.colors
-
Contains the color and its offset to set a gradient.
- GradientColor(double, IsColor) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient with its offset.
- GradientColor(double, String) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient with its offset.
- GradientColor(NativeObject) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient starting from existing native object.
- GradientColor.GradientColorFactory - Class in org.pepstock.charba.client.colors
-
Inner class to create pattern by a native object.
- GradientColor.Property - Enum in org.pepstock.charba.client.colors
-
Name of properties of native object.
- GradientColorFactory() - Constructor for class org.pepstock.charba.client.colors.GradientColor.GradientColorFactory
-
- GradientContainerFactory() - Constructor for class org.pepstock.charba.client.data.GradientsContainer.GradientContainerFactory
-
- GradientOrientation - Enum in org.pepstock.charba.client.colors
-
Represents the gradient orientation for gradient.
Every orientation contains also on which gradient type can be applied.
- GradientOrientation(String, GradientType, String) - Constructor for enum org.pepstock.charba.client.colors.GradientOrientation
-
Creates the orientation with supported gradient type
- GRADIENTS - Static variable in class org.pepstock.charba.client.colors.GradientBuilder
-
- gradientsCache - Variable in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
- gradientsContainer - Variable in class org.pepstock.charba.client.data.Dataset
-
- GradientsContainer - Class in org.pepstock.charba.client.data
-
Utility to manage the gradients inside the configuration item of dataset, setting to the specific properties of the elements.
It stores the gradients information in the a native object added to Charba configuration, on specific property names for Charba.
The canvas object are stored in the native object by the "original" property names to use to configure CHART.JS.
- GradientsContainer(Dataset) - Constructor for class org.pepstock.charba.client.data.GradientsContainer
-
Creates the object by an empty native java script object and stores the dataset instance it belongs to.
- GradientsContainer.GradientContainerFactory - Class in org.pepstock.charba.client.data
-
Factory to create a gradients objects from a native object.
- GradientScope - Enum in org.pepstock.charba.client.colors
-
A gradient needs to have coordinates and/or radius to be created.
The dimension to create a gradient are decided by Charba, automatically based on canvas or chart area element.
- GradientScope(String) - Constructor for enum org.pepstock.charba.client.colors.GradientScope
-
Creates with the property value to use in the native object.
- GradientType - Enum in org.pepstock.charba.client.colors
-
A gradient must have a type.
The possible types are:
LINEAR
RADIAL
- GradientType(String, String) - Constructor for enum org.pepstock.charba.client.colors.GradientType
-
Creates with the property value to use in the native object.
- GREATER_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
-
- greaterThanOrDefault(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrDefault(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrThreshold(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrThreshold(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrZero(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrZero(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- green - Variable in class org.pepstock.charba.client.colors.Color
-
- grid - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
-
- Grid - Class in org.pepstock.charba.client.configuration
-
The grid line configuration defines options for the grid that run perpendicular to the axis.
- Grid(Axis) - Constructor for class org.pepstock.charba.client.configuration.Grid
-
Builds the object storing the axis which this grid belongs to.
- grid - Variable in class org.pepstock.charba.client.configuration.RadialAxis
-
- grid - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- grid - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- grid - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- grid - Variable in class org.pepstock.charba.client.options.AbstractScale
-
- Grid - Class in org.pepstock.charba.client.options
-
The grid line configuration defines options for the grid that run perpendicular to the axis.
- Grid(AbstractScale, Key, IsDefaultGrid, NativeObject) - Constructor for class org.pepstock.charba.client.options.Grid
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Grid.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Grid.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- groups(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the object to refer to certain token by string that a regular expression matches.
- GT - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for GREATER THAN, ">".
- GWT_PROPERTY_KEY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
DOM element id for meta element where to set the GWT property
- GwtMaterialColor - Enum in org.pepstock.charba.client.colors
-
GWT material color constants.
- GwtMaterialColor(String) - Constructor for enum org.pepstock.charba.client.colors.GwtMaterialColor
-
Creates a color with HEX value.
- GwtMaterialScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the GWT material schemes.
To configure
ColorSchemes.ID plugin, where category is
"gwtmaterial".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
- GwtMaterialScheme(IsColor...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Builds a scheme using argument as list of colors in HEX format.
- id - Variable in class org.pepstock.charba.client.AbstractChart
-
- id - Variable in class org.pepstock.charba.client.adapters.DateAdapter
-
- ID - Static variable in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Constants of date adapter identifier, "luxon".
- ID - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Plugin ID "annotation".
- Id - Enum in org.pepstock.charba.client.commons
-
Enums the property ID used by CHARBA to identify the chart.
- Id(String) - Constructor for enum org.pepstock.charba.client.commons.Id
-
Creates a property with the value to use in the native object.
- ID - Static variable in class org.pepstock.charba.client.data.CanvasObjectHandler
-
- ID - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Plugin ID "datalabels".
- ID - Static variable in class org.pepstock.charba.client.Defaults
-
Plugin ID "charbanativecharthandler", for an internal plugin to track native chart instances.
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Plugin ID "charbabackgroundcolor".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
Plugin ID "charbacursorpointer".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Plugin ID "charbacolorschemes".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Plugin ID "charbadatasetsitemsselector".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Plugin ID "charbahtmllegend".
- ID - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
-
Plugin ID "labels".
- ID - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Plugin ID "zoom".
- ID_PROPERTY - Static variable in class org.pepstock.charba.client.adapters.DateAdapter
-
- identifier - Variable in class org.pepstock.charba.client.intl.CLocale
-
- ids() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins.InternalPlugins
-
Returns the list of plugin ids.
- ignoreCharbaInstances(String, Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Ignores all keys created by CHARBA in the replace function.
- image - Variable in class org.pepstock.charba.client.colors.PatternBuilder
-
- IMAGE_ELEMENT - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for ImageElement instances, null.
- IMAGE_HEIGHT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
- IMAGE_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.ImageShape
-
Name of shape to draw an image, "image".
- IMAGE_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
- imageElement - Variable in class org.pepstock.charba.client.colors.tiles.ImageShape
-
- imageHeightCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
-
- ImageMimeType - Enum in org.pepstock.charba.client.enums
-
Determines the image format to use to export the image from the canvas.
- ImageMimeType(String) - Constructor for enum org.pepstock.charba.client.enums.ImageMimeType
-
Creates with the property value to use in the native object.
- IMAGES - Static variable in class org.pepstock.charba.client.utils.AnnotationBuilder
-
- ImageShape - Class in org.pepstock.charba.client.colors.tiles
-
This is a shape which can draw an image on the tile.
This object is also a shape drawer.
The image is scaled to the size of the tile.
- ImageShape(Img) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
-
Creates a shape with an image.
- ImagesHelper - Class in org.pepstock.charba.client.gwt
-
Utility to transform image GWT resources in the
Img elements used by Charba.
- ImagesHelper() - Constructor for class org.pepstock.charba.client.gwt.ImagesHelper
-
To avoid any instantiation
- ImageSizeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID plugin to set
width and
height properties at runtime, to
LineLabel.
It can return a
String or a
Integer depending on you want to set a fixed size in pixels (by int) or a percentage (by string, for instance "50"%).
- imageWidthCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
-
- Img - Class in org.pepstock.charba.client.dom.elements
-
Represents an HTML <img> element, providing the properties and methods used to manipulate image elements.
- Img() - Constructor for class org.pepstock.charba.client.dom.elements.Img
-
To avoid any instantiation
- IMMUTABLE_EXCEPTION_MESSAGE - Static variable in class org.pepstock.charba.client.commons.ImmutableDate
-
- ImmutableDate - Class in org.pepstock.charba.client.commons
-
- ImmutableDate() - Constructor for class org.pepstock.charba.client.commons.ImmutableDate
-
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
- ImmutableDate(long) - Constructor for class org.pepstock.charba.client.commons.ImmutableDate
-
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January
1, 1970, 00:00:00 GMT.
- ImmutableEnvelop<T> - Class in org.pepstock.charba.client.commons
-
This object is a container of hidden object which can set by constructor and immutable afterwards.
- ImmutableEnvelop(T) - Constructor for class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Create an envelop with the content passed as argument.
- ImmutableEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- IncrementalIdHandler - Class in org.pepstock.charba.client.commons
-
IMternal utility to manage an incremental object id, stored in the
NativeObject in a specific property of Charba.
- IncrementalIdHandler() - Constructor for class org.pepstock.charba.client.commons.IncrementalIdHandler
-
To avoid any instantiation
- IncrementalIdHandler.Property - Enum in org.pepstock.charba.client.commons
-
Name of properties of native object.
- index - Variable in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
-
- index - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
- index() - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the 0-based index of the match in the string.
- indexAsString - Variable in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
-
- IndexAxis - Enum in org.pepstock.charba.client.enums
-
Can be set to 'x' or 'y' to define the base axis for the dataset.
Use 'y' for horizontal bar.
- IndexAxis(String) - Constructor for enum org.pepstock.charba.client.enums.IndexAxis
-
Creates with the property value to use in the native object.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(String...) - Method in class org.pepstock.charba.client.data.Labels
-
Returns the index of the first occurrence of the specified element in the labels, or -1 if this labels instance does not contain the element.
- indexOf(String) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- initAbstractXYCallbacks() - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Initializes the callbacks proxies for the options which can be scriptable.
- initCallbacks() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Initializes the callbacks proxies for the options which can be scriptable.
- initCallbacks() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Initializes the callbacks proxies for the options which can be scriptable.
- initCallbacks() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Initializes the callbacks proxies for the options which can be scriptable.
- initCanvas(Canvas, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Initialized the internal canvas to use for drawing.
- initEvent(String, boolean, boolean) - Method in class org.pepstock.charba.client.dom.BaseEvent
-
Initialize the value of a created event.
- initialCursor - Variable in class org.pepstock.charba.client.AbstractChart
-
- initialize(ControllerType, ControllerContext) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
-
Invokes the default initialize method.
- initialize(String, ControllerContext) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
-
Invokes the default initialize method.
- initializeCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
-
- initialized - Variable in class org.pepstock.charba.client.ChartNode
-
- inject() - Method in class org.pepstock.charba.client.resources.AbstractResources
-
Injects CHART.JS, date adapter and library if not already injected.
- inject() - Method in class org.pepstock.charba.client.resources.DeferredResources
-
- inject() - Method in class org.pepstock.charba.client.resources.EmbeddedResources
-
Injects CHART.JS, date adapter and library if not already injected.
- InjectableTextResource - Class in org.pepstock.charba.client.resources
-
Default implementation for an injectable resource related to a text resource.
- InjectableTextResource(TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
-
Creates an injectable resources using the name of text resource and the text of it.
- InjectableTextResource(Key, TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
-
Creates an injectable resources using the text of it and the name as key, passed as argument.
- InjectableTextResource(String, TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
-
Creates an injectable resources using the text of it and the name, passed as argument.
- injectDateLibrary - Variable in class org.pepstock.charba.client.resources.AbstractResources
-
- injected - Variable in class org.pepstock.charba.client.adapters.DateAdapterModule
-
- injected() - Method in class org.pepstock.charba.client.resources.DeferredResources
-
Is invoked when the all resources have been injected.
Notify the module that the injection has been completed.
- injected - Static variable in class org.pepstock.charba.client.resources.ResourcesType
-
- injectionComplete(DateAdapterInjectionComplete) - Method in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Is invoked when the date adapter has been injected.
It can be invoked only by the resources type of the module.
- Injector - Class in org.pepstock.charba.client
-
This utility injects ChartJS java script and CHARBA custom java script implementation (for some utilities) in the the web page of application, in the the HEAD.
It enables also to inject other script in the web page, necessary when you want to use some Chart.JS extensions.
It tracks the resources which have been injected using as key their name and class name to avoid that however will inject own resources will use the same name of already
injected resources.
- Injector() - Constructor for class org.pepstock.charba.client.Injector
-
To avoid any instantiation
- InjectorPrefixHelper - Class in org.pepstock.charba.client
-
Singleton which contains the prefix to apply to CHARBA injectable resources DOM element id when they will injected.
- InjectorPrefixHelper() - Constructor for class org.pepstock.charba.client.InjectorPrefixHelper
-
To avoid any instantiation.
- inner - Variable in class org.pepstock.charba.client.colors.Radius
-
- input() - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the original string that was matched against.
- insertAt(int, double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Inserts the specified element at the specified position in this array.
- insertAt(int, ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Inserts the specified element at the specified position in this array.
- insertAt(int, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Inserts the specified element at the specified position in this array.
- insertAt(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Inserts the specified element at the specified position in this array.
- insertAt(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Inserts the specified element at the specified position in this array.
- insertAt(int, Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Inserts the specified element at the specified position in this array.
- insertAt(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Inserts the specified element at the specified position in this array.
- insertAt(int, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Inserts the specified element at the specified position in this array.
- insertAt(int, String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Inserts the specified element at the specified position in this array.
- insertBefore(BaseNode, BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Inserts a node before the reference node as a child of a specified parent node.
- inspectChartToGetAnnotation(AnnotationType, AnnotationId, AnnotationOptions) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
-
Retrieves the annotation configuration instance, inspecting an annotation options, in order to get it as default of another annotation object.
- installCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
-
- INSTANCE - Static variable in class org.pepstock.charba.client.adapters.DateAdapterModule
-
- INSTANCE - Static variable in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.AnnotationHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultBox
-
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultEllipse
-
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultLine
-
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultLineLabel
-
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultPoint
-
- INSTANCE - Static variable in class org.pepstock.charba.client.ChartObserver
-
- INSTANCE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
- instance - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.commons.CallbackPropertyManager
-
- INSTANCE - Static variable in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
- INSTANCE - Static variable in class org.pepstock.charba.client.commons.JsHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.commons.Merger
-
- INSTANCE - Static variable in class org.pepstock.charba.client.controllers.Controllers
-
- INSTANCE - Static variable in class org.pepstock.charba.client.controllers.ControllerTemplate
-
- INSTANCE - Static variable in class org.pepstock.charba.client.controllers.JsControllerHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.data.CanvasObjectHandler
-
- INSTANCE - Static variable in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
- INSTANCE - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
- INSTANCE - Static variable in class org.pepstock.charba.client.datalabels.DefaultOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
-
Immutable instance with the date adapter options defaults.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
Immutable instance with the number format defaults.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
Immutable instance with the number format defaults.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
- INSTANCE - Static variable in class org.pepstock.charba.client.Defaults
-
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.NoDefaults
-
Unique instance of no defaults class.
- INSTANCE - Static variable in class org.pepstock.charba.client.dom.DOMBuilder
-
- INSTANCE - Static variable in class org.pepstock.charba.client.Helpers
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorDefaultOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointerDefaultOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesDefaultOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendDefaultOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.InjectorPrefixHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.items.JsItemsHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.JsChartHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.labels.DefaultLabel
-
- INSTANCE - Static variable in class org.pepstock.charba.client.labels.DefaultOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.MutationItem
-
- INSTANCE - Static variable in class org.pepstock.charba.client.plugins.JsPluginHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.positioner.JsPositionerHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.positioner.Positioner
-
- INSTANCE - Static variable in class org.pepstock.charba.client.resources.DateAdapterInjectionComplete
-
- INSTANCE - Static variable in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesResource
-
Static reference to resources java script source code.
- INSTANCE - Static variable in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesWithoutLibraryResource
-
Static reference to resources java script source code.
- INSTANCE - Static variable in class org.pepstock.charba.client.resources.DeferredResources
-
Static reference to LUXON resources which is injecting the LUXON library.
- INSTANCE - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
-
Static reference to LUXON resources which is injecting the LUXON library.
- INSTANCE - Static variable in class org.pepstock.charba.client.utils.CScheduler
-
- INSTANCE - Static variable in class org.pepstock.charba.client.utils.WindowHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultDrag
-
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultOptions
-
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultPinch
-
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultScaleLimit
-
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultScaleRange
-
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultWheel
-
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.JsZoomHelper
-
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
-
- INSTANCE_WITHOUT_DATE_LIBRARY - Static variable in class org.pepstock.charba.client.resources.DeferredResources
-
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library
more than once.
- INSTANCE_WITHOUT_DATE_LIBRARY - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
-
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library
more than once.
- INTEGER - Static variable in class org.pepstock.charba.client.items.Undefined
-
- interaction - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
- Interaction - Class in org.pepstock.charba.client.configuration
-
Definitions about how elements appear in the tooltip, hovering the chart.
- Interaction(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Interaction
-
Builds the object storing the root options element.
- interaction - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
-
- interaction - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- Interaction - Class in org.pepstock.charba.client.options
-
Definitions about how elements appear in the tooltip, hovering the chart.
- Interaction(Options, Key, IsDefaultInteraction, NativeObject) - Constructor for class org.pepstock.charba.client.options.Interaction
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- interaction - Variable in class org.pepstock.charba.client.options.Options
-
- Interaction.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- INTERACTION_MODE - Static variable in class org.pepstock.charba.client.AbstractChart
-
- InteractionAxis - Enum in org.pepstock.charba.client.enums
-
Can be set to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
- InteractionAxis(String) - Constructor for enum org.pepstock.charba.client.enums.InteractionAxis
-
Creates with the property value to use in the native object.
- InteractionMode - Enum in org.pepstock.charba.client.enums
-
When configuring interaction with the graph via hover or tooltips, a number of different modes are available to set which elements appear via tooltip or hover.
- InteractionMode(String) - Constructor for enum org.pepstock.charba.client.enums.InteractionMode
-
Creates with the property value to use in the native object.
- InternalAnimations() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
-
- InternalBodyFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalBodyFont
-
- InternalCanvasObjectProperty(String, boolean) - Constructor for enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
-
Creates with the property value to use in the native object.
- InternalDefaultScale(AxisType, GlobalScale, NativeObject) - Constructor for class org.pepstock.charba.client.Defaults.InternalDefaultScale
-
- InternalDefaultScales(NativeObject) - Constructor for class org.pepstock.charba.client.Defaults.InternalDefaultScales
-
Creates the item using a native java script object which contains all properties.
- InternalFont() - Constructor for class org.pepstock.charba.client.annotation.DefaultLineLabel.InternalFont
-
- InternalFooterFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalFooterFont
-
- InternalGradient(NativeObject) - Constructor for class org.pepstock.charba.client.colors.CanvasObject.InternalGradient
-
Creates the object with native object instance to be wrapped.
- internalId() - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Returns the id of adapter.
- InternalInjectableTextResource - Class in org.pepstock.charba.client.resources
-
Internal implementation for an injectable resource related to a text resource and used by moudle out of the box provided by CHARBA for deferred resources.
- InternalInjectableTextResource(Key, TextResource) - Constructor for class org.pepstock.charba.client.resources.InternalInjectableTextResource
-
Creates an injectable resources using the text of it and the name as key, passed as argument.
- InternalInterationModeObject(boolean) - Constructor for class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
-
Creates the object with a native object instance, setting the intersect passed as argument.
- internalMerge(NativeObject, NativeObject, String) - Method in class org.pepstock.charba.client.commons.Merger
-
Copies source properties (creating a new java script object and setting the source one with the property argument) in the target only
if not defined in target.
target is not cloned and will be updated with source properties.
The property is
- InternalNumbersAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
-
- InternalOpacityAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
-
- InternalPlugins(NativeObject) - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins.InternalPlugins
-
- InternalProperty(String) - Constructor for enum org.pepstock.charba.client.data.Dataset.InternalProperty
-
Creates with the property value to use in the native object.
- InternalTitleFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTitle.InternalTitleFont
-
- InternalTitleFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalTitleFont
-
- interval - Variable in class org.pepstock.charba.client.utils.CTimer
-
- intervalID - Variable in class org.pepstock.charba.client.utils.CTimer
-
- INVALID_DATA_CALL - Static variable in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- INVALID_DATA_STRING_CALL - Static variable in class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
- INVALID_DEFAULTS_VALUES_CLASS - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
- INVALID_ID_NOT_EQUALS_IN_FACTORY - Static variable in class org.pepstock.charba.client.options.Plugins
-
- INVALID_ID_NOT_EQUALS_IN_OPTIONS - Static variable in class org.pepstock.charba.client.options.Plugins
-
- INVALID_SCALE_TYPE - Static variable in class org.pepstock.charba.client.ChartOptions
-
- INVALID_SET_DATA_CALL - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
- InvertedDiagonal - Class in org.pepstock.charba.client.colors.tiles
-
DIAGONAL drawer to design a diagonal in the tile, from right to left.
It designs a diagonal in the the following tile sections (A and B):
- InvertedDiagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.InvertedDiagonal
-
- InvertedDoubleDiagonal - Class in org.pepstock.charba.client.colors.tiles
-
Double DIAGONAL drawer to design a set of diagonals (form right to left) in the tile.
It designs a set of diagonals in the the following tile sections (A, D and B-C):
- InvertedDoubleDiagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.InvertedDoubleDiagonal
-
- InvertedTriangle - Class in org.pepstock.charba.client.colors.tiles
-
TRAINGLE (vertically) drawer to design a triangle (vertically) in the tile.
It designs a triangle (vertically) in the the following tile sections (A and B):
- InvertedTriangle() - Constructor for class org.pepstock.charba.client.colors.tiles.InvertedTriangle
-
- invoke(C) - Method in interface org.pepstock.charba.client.callbacks.Scriptable
-
Returns the value of property at runtime.
- invoke(DatasetContext) - Method in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
-
- invoke(DataLabelsContext, DataItem) - Method in interface org.pepstock.charba.client.datalabels.callbacks.FormatterCallback
-
Returns the formatted label value.
- invoke(DataLabelsContext, DataItem) - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
- invoke(IsTooltipPosition, PositionerContext, ArrayObject, Point) - Method in class org.pepstock.charba.client.positioner.JsPositionerHelper
-
Invokes an existing positioner to get the point.
- invoke(String, NativeObject, ArrayObject, NativeObject) - Static method in class org.pepstock.charba.client.positioner.NativeJsPositionerHelper
-
Invokes an existing positioner to get the point.
- invokeChartEvent(IsChartEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the event chart function provided out of the box by CHART.JS.
- invokeChartOnClick(ChartClickEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the onClick chart function provided out of the box by CHART.JS.
- invokeChartOnHover(ChartHoverEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the onHover chart function provided out of the box by CHART.JS.
- invokeColorCallback(DatasetContext, Scriptable<?, DatasetContext>, Dataset.CanvasObjectKey, String) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
- invokeDefaultChartEvent(ChartOptions, Key, Chart, NativeObject, ArrayObject) - Method in class org.pepstock.charba.client.JsChartHelper
-
Invokes the chart event callbacks, provided out of the box by CHART.JS.
- invokeDefaultChartEvent(NativeObject, String, Chart, NativeObject, ArrayObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Invokes the chart event callbacks, provided out of the box by CHART.JS.
- invokeDefaultLegendEvent(ChartOptions, Key, Chart, NativeObject, NativeObject) - Method in class org.pepstock.charba.client.JsChartHelper
-
Invokes the legend event callbacks, provided out of the box by CHART.JS.
- invokeDefaultLegendEvent(NativeObject, String, Chart, NativeObject, NativeObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Invokes the legend event callbacks, provided out of the box by CHART.JS.
- invokeLegendEvent(IsLegendEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the event legend function provided out of the box by CHART.JS.
- invokeLegendOnClick(LegendClickEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the onClick legend function provided out of the box by CHART.JS.
- invokeLegendOnHover(LegendHoverEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the onHover legend function provided out of the box by CHART.JS.
- invokeLegendOnLeave(LegendLeaveEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the onLeave legend function provided out of the box by CHART.JS.
- invokeTooltipsCallbackOnLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default text to render for an individual item in the tooltip.
- invokeTooltipsCallbackOnLabelColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default colors to render for the tooltip item.
- invokeTooltipsCallbackOnLabelPointStyle(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default point style to render for the tooltip item.
- invokeTooltipsCallbackOnTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default text to render as the title of the tooltip.
- is(AnimationCollectionKey) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns true if the argument is equals to a default animation collection.
- is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns true if the argument is equals to a default animation collection.
- is(AnimationPropertyKey) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns true if the argument is equals to a default animation property.
- is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns true if the argument is equals to a default animation property.
- is(Key) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns
true if the argument is equals to a default plugin id.
The
DefaultPluginId.FILLER is not considered a default plugin because does not have a specific namespace in the options.
- is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns true if the argument is equals to a default plugin id.
- is(String) - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns true if the scale id is related to this axis id.
- is(ScaleId) - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns true if the scale id is related to this axis id.
- is(TransitionKey) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
-
Returns true if the argument is equals to a default animation mode.
- is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
-
Returns true if the argument is equals to a default animation mode.
- is(int) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns true if the value is undefined.
- is(double) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns true if the value is undefined.
- isAbstractChart(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Returns true if chart passed as argument is an abstract chart instance.
- isActive() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns true if element is active (hovered).
- isActive() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns true if the element is active.
- isAdjustScaleRange() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns true whether the scale range should be adjusted if this annotation is out of range.
- isAdjustScaleRange() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns true whether the scale range should be adjusted if this annotation is out of range.
- isAfterCanvas(IsChart, Div) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Returns true if the legend element has been added to chart element after the canvas one.
- isAlignToPixels() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns true to align pixel values to device pixels.
- isAlignToPixels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- isAlignToPixels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- isAlignToPixels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns true to align pixel values to device pixels.
- isAlignToPixels() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns true to align pixel values to device pixels.
- isAlphaWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Returns true if any double is between 0.0d and 1.0d (inclusive).
- isAltKey() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns true if the alt key was down when the mouse event was fired.
- isAnimate() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns whether to animate scaling the chart from the center.
- isAnimate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- isAnimate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- isAnimate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns whether to animate scaling the chart from the center.
- isAnimate() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns whether to animate scaling the chart from the center.
- isAnimated() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns if the render will be shown based on the animation of chart.
- isAnimateRotate() - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, the chart will animate in with a rotation animation.
- isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
-
- isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
-
- isAnimateRotate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
-
If true, the chart will animate in with a rotation animation.
- isAnimateRotate() - Method in class org.pepstock.charba.client.options.Animation
-
If true, the chart will animate in with a rotation animation.
- isAnimateRotate() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If true, the chart will animate in with a rotation animation.
- isAnimateScale() - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, will animate scaling the chart from the center outwards.
- isAnimateScale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
-
- isAnimateScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
-
- isAnimateScale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
-
If true, will animate scaling the chart from the center outwards.
- isAnimateScale() - Method in class org.pepstock.charba.client.options.Animation
-
If true, will animate scaling the chart from the center outwards.
- isAnimateScale() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If true, will animate scaling the chart from the center outwards.
- IsAnimation - Interface in org.pepstock.charba.client.options
-
Interface to map a animations element, ANIMATIONS name space.
- isAnimationEnabled() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Returns true if animation is enabled, otherwise false.
- isAnimationEnabled() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns true if animation is enabled, otherwise false.
- isAnimationEnabled() - Method in class org.pepstock.charba.client.options.AnimationContainer
-
Returns true if animation is enabled, otherwise false.
- isAnimationEnabled() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns true if animation is enabled, otherwise false.
- IsAnimations - Interface in org.pepstock.charba.client.options
-
Interface to map a animations element where animation element properties can be set, ANIMATIONS name space.
- isArc() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns if draws label in arc.
- isArc() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if draws label in arc.
- isArray(Object) - Static method in class org.pepstock.charba.client.commons.Array
-
This method determines whether the passed value is an Array.
- isArray(Object, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
This method determines whether the passed property of passed object is an Array.
- isAutoFontSize() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns true if the font size of the rendering will be automatically calculated, based on dimension of the area for rendering.
- isAutoRotation() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns true whether the rotation of label must calculates automatically.
- isAutoRotation() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns true whether the rotation of label must calculates automatically.
- isAutoSkip() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
- isAutoSkip() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isAutoSkip() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isAutoSkip() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
- isAutoSkip() - Method in class org.pepstock.charba.client.options.Ticks
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
Turn it off to show all labels no matter what
- isBackgroundColorAsColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns true if the background color is defined as color.
- isBackgroundColorAsColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns true if the background color of the tooltip item is defined as color.
- isBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns true if the background color is defined as gradient.
- isBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns true if the background color of the tooltip item is defined as gradient.
- isBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns true if the background color is defined as canvas pattern.
- isBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns true if the background color of the tooltip item is defined as canvas pattern.
- isBeginAtZero() - Method in interface org.pepstock.charba.client.configuration.IsLinearAxis
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- isBeginAtZero() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If true, scale will include 0 if it is not already included.
- isBetween(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
- isBetween(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
- isBorderColorAsColor() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns true if the border color is defined as color.
- isBorderColorAsColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns true if the border color of the tooltip item is defined as color.
- isBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns true if the border color is defined as gradient.
- isBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns true if the border color of the tooltip item is defined as gradient.
- isBorderRadiusAsObject() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
- isBorderWidthAsObject() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
- isBottom() - Method in class org.pepstock.charba.client.data.Clip
-
Returns false if the clip bottom has been set.
- IsCallbackPropertyHandler - Interface in org.pepstock.charba.client.commons
-
It is managing property where can set a callback at chart level.
- isCanvasGradient(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
- isCanvasGradient(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
- isCanvasGradient(NativeObject, Key) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
- isCanvasGradient(Object, String) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
- isCanvasObjectHandling() - Method in class org.pepstock.charba.client.data.Data
-
Returns true if the plugin to manage canvas object (gradients and patterns) has been forcedly disable.
Pay attention that disabling the handler, your data sets configuration with gradients or patterns will e showed with default color.
- isCanvasPattern(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
- isCanvasPattern(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
- isCanvasPattern(NativeObject, Key) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
- isCanvasPattern(Object, String) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
- isCanvasSupported - Variable in class org.pepstock.charba.client.AbstractChart
-
- isCanvasSupported - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
- isCanvasSupported() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Returns true if the canvas is supported by browser.
- isCapBezierPoints() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns true to keep Bézier control inside the chart, false for no restriction.
- isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- isCapBezierPoints() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns true to keep Bézier control inside the chart, false for no restriction.
- isCapBezierPoints() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns true to keep Bézier control inside the chart, false for no restriction.
- isCapBezierPoints() - Method in class org.pepstock.charba.client.options.Line
-
Returns true to keep Bézier control inside the chart, false for no restriction.
- IsCastable - Interface in org.pepstock.charba.client.dom
-
Interface which is implemented to DOM elements or items which can be cast to other objects.
This is the interface in order to enable the link from other DOM tree managers to Charba.
- isChanged() - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns true if some canvas objects are changed, otherwise false.
- isChannelWithinBounds(int) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Returns true if any integer is between 0 and 255 (inclusive).
- IsChart - Interface in org.pepstock.charba.client
-
Interface which defines a chart.
- isChartAttached() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true whether this chart is currently attached to the browser's document.
- isChartAttached() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- isChartAttached() - Method in interface org.pepstock.charba.client.IsChart
-
Returns true whether this chart is currently attached to the browser's document.
- IsChartBackgroundColorDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
- isChartChanged(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Checks if the chart is changed.
It checks:
the dimension of chart
data image of chart
- isChartElementAttached(String) - Method in class org.pepstock.charba.client.ChartObserver
-
Returns true if the elements related to a chart has been attached.
- isChartElementDetached(String) - Method in class org.pepstock.charba.client.ChartObserver
-
Returns true if the elements related to a chart has been detached.
- IsChartEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps a chart event, an event generated from CHART.JS.
- IsChartPointerDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
- isCircular() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid are circular (on radar chart only).
- isCircular() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- isCircular() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- isCircular() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If true, grid are circular (on radar chart only).
- isCircular() - Method in class org.pepstock.charba.client.options.Grid
-
If true, grid are circular (on radar chart only).
- isClamp() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
- isClamp() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
- isClip() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
When the clip option is true, the part of the label which is outside the chart area will be masked.
- isClip() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
When the clip option is true, the part of the label which is outside the chart area will be masked.
- isCloneDefaults() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Returns true if it clones the default options of base chart type.
- IsColor - Interface in org.pepstock.charba.client.colors
-
Defines the methods that all colors must have and many of them have got already an implementation that usually does not need to be changed.
- IsColorSchemesDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
- IsCommonChartEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps a common chart event, an event generated from CHART.JS.
- isConfigurable() - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Gets true if and only if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
- isConsistent() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
-
- isConsistent() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns true if the context is consistent.
Custom context (the plugin ones) should extend it and check if the context is consistent before invoking the callback.
- isConsistent() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
- isConsistent(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Returns true if the passed color instance is consistent, that means with a right red, green, blue and alpha values and if the RGBA string representation is
consistent as well.
- isConsistent() - Method in class org.pepstock.charba.client.commons.AbstractPoint
-
Returns true if the coordinates are consistent and not NaN.
- isConsistent(Controller, ControllerContext, IsChart) - Static method in interface org.pepstock.charba.client.Controller
-
Returns true if all arguments are consistent.
- isConsistent() - Method in class org.pepstock.charba.client.datalabels.DataLabelsContext
-
- isConsistent() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns true if the groups received by regular expression is consistent.
- isConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Returns true if chart passed as argument is not null and its id is not null as well, and if mandatory methods of interface will return
consistent instances.
- isConsistent() - Method in class org.pepstock.charba.client.items.ChartAreaNode
-
Returns true if the empty has got all necessary properties otherwise false.
This is helpful when the chart is still initializing and chart area is not consistent.
- isConsistent() - Method in class org.pepstock.charba.client.items.Parsed
-
Returns true if the values are consistent and not NaN.
- isConsistent() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
- isConsistent() - Method in class org.pepstock.charba.client.zoom.ZoomContext
-
- isContentAsImage() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns
true if the content is set by an
Img.
- isContextConsistent(ChartContext) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns true if context is consistent, otherwise false.
- isCtrlKey() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns true if the control key was down when the mouse event was fired.
- IsDatasetCreator<D extends Dataset> - Interface in org.pepstock.charba.client
-
Defines the methods for creating datasets pof a specific type.
This is used by chart instances to create datasets relatedo to the chart type.
- IsDatasetsItemsSelectorDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
- IsDatasetsItemsSelectorDefaultSelectionCleaner - Interface in org.pepstock.charba.client.impl.plugins
-
- isDatasetVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the data set if it's visible or not, selected by index.
- isDatasetVisible(int) - Method in class org.pepstock.charba.client.Chart
-
Gets if the dataset is visible or not, selected by index.
- isDatasetVisible(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- isDatasetVisible(int) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset if it's visible or not, selected by index.
- isDataVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the stored visibility state of an data index for all data sets.
- isDataVisible(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- isDataVisible(int) - Method in interface org.pepstock.charba.client.IsChart
-
Returns the stored visibility state of an data index for all datasets.
- IsDefaultAdapters - Interface in org.pepstock.charba.client.defaults
-
Interface to define adapter options defaults.
- IsDefaultAngleLines - Interface in org.pepstock.charba.client.defaults
-
Interface to define angle lines defaults.
- IsDefaultAnimation - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation object defaults, ANIMATION name space.
- IsDefaultAnimationCollection - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation for element properties defaults.
- IsDefaultAnimationContainer - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation container defaults.
The animation container defaults is used as internal instance to manage animations options on more configuration items.
- IsDefaultAnimations - Interface in org.pepstock.charba.client.defaults
-
Interface to define animations for animation element properties defaults, ANIMATIONS name space.
- IsDefaultAnimationTransition - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation for update mode (transition) defaults.
- IsDefaultArc - Interface in org.pepstock.charba.client.defaults
-
Interface to define arc object defaults.
- IsDefaultBar - Interface in org.pepstock.charba.client.defaults
-
Interface to define bar object defaults.
- IsDefaultBarDatasets - Interface in org.pepstock.charba.client.defaults
-
Interface to define BAR datasets object defaults.
- IsDefaultBaseAnimation - Interface in org.pepstock.charba.client.defaults
-
Interface to define the base animation properties defaults.
- IsDefaultBaseFormatOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define the locale matching options for internationalization.
- IsDefaultBoxHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define box dimension of options elements.
- IsDefaultConfigurationItem - Interface in org.pepstock.charba.client.zoom
-
Interface used by pan and zoom object in order to enable to provide the defaults values of properties.
- IsDefaultCursorPointerOptions - Interface in org.pepstock.charba.client.impl.plugins
-
Maps common configuration options for plugins which are managing cursor style.
- IsDefaultDataLabelsItem - Interface in org.pepstock.charba.client.datalabels
-
- IsDefaultDataLabelsOptions - Interface in org.pepstock.charba.client.datalabels
-
This is the base interface to map
DataLabelsPlugin.ID plugin options, as also container of multiple labels.
- IsDefaultDatasets - Interface in org.pepstock.charba.client.defaults
-
Interface to define data sets object defaults.
- IsDefaultDateAdapterOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define date adapter options defaults.
- IsDefaultDateTimeFormatOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define the date time format options for internationalization.
- IsDefaultDecimation - Interface in org.pepstock.charba.client.defaults
-
- IsDefaultDrag - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.ID plugin default options interface for DRAG element.
It contains all default values for DRAG.
- IsDefaultElements - Interface in org.pepstock.charba.client.defaults
-
Interface to define elements object defaults.
- IsDefaultFiller - Interface in org.pepstock.charba.client.defaults
-
- IsDefaultFillHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define fill defaults values.
- IsDefaultFont - Interface in org.pepstock.charba.client.defaults
-
Interface to define fomt object defaults.
- IsDefaultFontContainer - Interface in org.pepstock.charba.client.defaults
-
Interface to define font container of options elements.
- IsDefaultGrid - Interface in org.pepstock.charba.client.defaults
-
Interface to define grid defaults.
- IsDefaultInteraction - Interface in org.pepstock.charba.client.defaults
-
Interface to define interaction object defaults.
- isDefaultIntersect() - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isDefaultIntersect() - Method in class org.pepstock.charba.client.options.Interaction
-
- isDefaultIntersect() - Method in class org.pepstock.charba.client.options.Tooltips
-
- IsDefaultLabel - Interface in org.pepstock.charba.client.labels
-
Maps the default global options if there are and provides all default values for
LabelsPlugin.ID plugin.
- IsDefaultLabels - Interface in org.pepstock.charba.client.datalabels
-
Maps the methods for LABELS elements to get defaults value.
- IsDefaultLayout - Interface in org.pepstock.charba.client.defaults
-
Interface to define layout object defaults.
- IsDefaultLegend - Interface in org.pepstock.charba.client.defaults
-
Interface to define legends object defaults.
- IsDefaultLegendLabels - Interface in org.pepstock.charba.client.defaults
-
Interface to define legend labels object defaults.
- IsDefaultLegendTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define legend title object defaults.
- IsDefaultLimits - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.ID plugin default options interface for limits elements.
- IsDefaultLine - Interface in org.pepstock.charba.client.defaults
-
Interface to define line object defaults.
- IsDefaultListeners - Interface in org.pepstock.charba.client.datalabels
-
This is the LISTENER options of
DataLabelsPlugin.ID plugin allows to register callback(s) to be notified when an event is detected on a specific label.
- IsDefaultMajor - Interface in org.pepstock.charba.client.defaults
-
Interface to define MAJOR tick object defaults.
- IsDefaultNumberFormatOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define the number format options for internationalization.
- IsDefaultOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define options defaults.
THIS IS THE ROOT OF ALL INTERFACE DEFAULTS.
- IsDefaultOptions - Interface in org.pepstock.charba.client.labels
-
Maps the default global options if there are and provides all default values for
LabelsPlugin.ID plugin.
- IsDefaultOptions - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.ID plugin default options interface.
It contains all default values, PAN and ZOOM.
- IsDefaultOptionsElement - Interface in org.pepstock.charba.client.defaults
-
Interface to define arc object defaults.
- IsDefaultPadding - Interface in org.pepstock.charba.client.defaults
-
Interface to define padding object defaults.
- IsDefaultPan - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.ID plugin default options interface for PAN element.
It contains all default values for PAN.
- IsDefaultPinch - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.ID plugin default options interface for PINCH element.
It contains all default values for PINCH.
- IsDefaultPluginElement - Interface in org.pepstock.charba.client.defaults
-
- IsDefaultPlugins - Interface in org.pepstock.charba.client.defaults
-
Interface to define plugins object defaults.
- IsDefaultPoint - Interface in org.pepstock.charba.client.defaults
-
Interface to define point object defaults.
- IsDefaultPointLabels - Interface in org.pepstock.charba.client.defaults
-
Interface to define point labels object defaults.
- IsDefaultPointStyleHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define the point styles in the options elements.
- isDefaultPrevented() - Method in class org.pepstock.charba.client.dom.BaseEvent
-
- IsDefaultsAnnotation - Interface in org.pepstock.charba.client.annotation
-
- IsDefaultsAnnotationOptions - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.ID plugin DEFAULTS options interface, in order to define the attributes of main annotations options.
- IsDefaultsBackgroundColorHandler - Interface in org.pepstock.charba.client.annotation
-
This is the default options for items which provides background color property.
- IsDefaultsBoxAnnotation - Interface in org.pepstock.charba.client.annotation
-
- IsDefaultScale - Interface in org.pepstock.charba.client.defaults
-
Interface to define scale/axis object defaults.
- IsDefaultScaledOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define options defaults.
- IsDefaultScaleLimit - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.ID plugin default options interface for scale limit (min and max) elements.
It contains all default values for scale limit.
- IsDefaultScaleLines - Interface in org.pepstock.charba.client.defaults
-
- IsDefaultScaleRange - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.ID plugin default options interface for scale range elements.
- IsDefaultScales - Interface in org.pepstock.charba.client.defaults
-
Interface to define scales/axes object defaults.
- IsDefaultScaleTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define scale title object defaults.
- IsDefaultsEllipseAnnotation - Interface in org.pepstock.charba.client.annotation
-
- IsDefaultsLineAnnotation - Interface in org.pepstock.charba.client.annotation
-
- IsDefaultsLineLabel - Interface in org.pepstock.charba.client.annotation
-
- IsDefaultsPointAnnotation - Interface in org.pepstock.charba.client.annotation
-
- IsDefaultsXYAnnotation - Interface in org.pepstock.charba.client.annotation
-
- IsDefaultTextDirectionHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define text direction options.
- IsDefaultTicks - Interface in org.pepstock.charba.client.defaults
-
Interface to define ticks object defaults.
- IsDefaultTime - Interface in org.pepstock.charba.client.defaults
-
Interface to define time object defaults.
- IsDefaultTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define title object defaults.
- IsDefaultTooltips - Interface in org.pepstock.charba.client.defaults
-
Interface to define tooltips object defaults.
- IsDefaultTransitions - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation node for update mode element defaults, TRANSITIONS name space.
- IsDefaultTypedDataset - Interface in org.pepstock.charba.client.defaults
-
Interface to define datasets object defaults.
- IsDefaultWheel - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.ID plugin default options interface for WHEEL element.
It contains all default values for WHEEL.
- IsDefaultZoom - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.ID plugin default options interface for ZOOM element.
It contains all default values for ZOOM.
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isDestroyOnDetach() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- isDestroyOnDetach() - Method in interface org.pepstock.charba.client.IsChart
-
Returns true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.options.Options
-
Returns true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
- isDisplay() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns true whether the annotation should be displayed.
- isDisplay() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns true whether the annotation should be displayed.
- isDisplay() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns true whether the label should be displayed.
- isDisplay() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns true whether the label should be displayed.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
If true, display the axis title.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Grid
-
If false, do not display grid for this axis.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if the legend is shown.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns true if the title is shown.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
If true, angle lines are shown
- isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
If true, labels are shown
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Tick
-
If true, show tick marks
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns if the title is shown.
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
-
If true, angle lines are shown
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If false, do not display grid for this axis.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendTitle
-
Returns true if the legend title is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
-
Returns if the element is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns if the title is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
-
Returns if the title is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, show tick marks
- isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns if the legend is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns true if clear of selection label will be applied in the chart, otherwise false.
- isDisplay() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
-
Returns if the legend is shown.
- isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns true if clear of selection label will be applied in the chart, otherwise false.
- isDisplay() - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Returns true if the element is shown.
- isDisplay() - Method in class org.pepstock.charba.client.options.AngleLines
-
If true, angle lines are shown
- isDisplay() - Method in class org.pepstock.charba.client.options.Grid
-
If false, do not display grid for this axis.
- isDisplay() - Method in class org.pepstock.charba.client.options.LegendTitle
-
Returns true if the title is shown.
- isDisplay() - Method in class org.pepstock.charba.client.options.PointLabels
-
If true, labels are shown.
- isDisplay() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
If true, display the axis title.
- isDisplay() - Method in class org.pepstock.charba.client.options.Ticks
-
If true, show tick marks.
- isDisplayColors() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
If true, color boxes are shown in the tooltip.
- isDisplayColors() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- isDisplayColors() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- isDisplayColors() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
If true, color boxes are shown in the tooltip.
- isDisplayColors() - Method in class org.pepstock.charba.client.options.Tooltips
-
If true, color boxes are shown in the tooltip.
- isDotAll() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns true whether or not the "s" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance.
- isDoughnutMode() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns if it is in doughnut mode.
- isDrawBorder() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw border at the edge between the axis and the chart area.
- isDrawBorder() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- isDrawBorder() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- isDrawBorder() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If true, draw border at the edge between the axis and the chart area.
- isDrawBorder() - Method in class org.pepstock.charba.client.options.Grid
-
If true, draw border at the edge between the axis and the chart area.
- isDrawOnAttach() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
- isDrawOnAttach() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
- isDrawOnAttach() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- isDrawOnAttach() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isDrawOnAttach() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
- isDrawOnAttach() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- isDrawOnAttach() - Method in interface org.pepstock.charba.client.IsChart
-
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
- isDrawOnAttach() - Method in class org.pepstock.charba.client.options.Options
-
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn.
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- isDrawOnChartArea() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn.
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.options.Grid
-
If true, draw lines on the chart area inside the axis lines.
- isDrawTicks() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines beside the ticks in the axis area beside the chart.
- isDrawTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- isDrawTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- isDrawTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If true, draw lines beside the ticks in the axis area beside the chart.
- isDrawTicks() - Method in class org.pepstock.charba.client.options.Grid
-
If true, draw lines beside the ticks in the axis area beside the chart.
- isElementInScope(List<PointerElement>, PointerElement) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
Returns true if the element is configured in order to apply cursor when mouse is over.
- isEmpty() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns true if this list contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns true if this list contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.Array
-
Returns true if this array contains no elements.
- isEmpty() - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns true if there is at least a stored canvas object, otherwise false.
- isEmpty() - Method in class org.pepstock.charba.client.data.Labels
-
Returns tree if no label is loaded.
- isEnableBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
-
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
- isEnableBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
-
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
- isEnableBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- isEnableBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
-
- isEnableBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
- isEnableBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
-
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
- isEnabled(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
-
Returns true if the animation collection is enabled, otherwise false.
- isEnabled() - Method in class org.pepstock.charba.client.configuration.Decimation
-
Returns true if decimation are enabled.
- isEnabled() - Method in class org.pepstock.charba.client.configuration.Major
-
If true, major tick options are used to show major ticks.
- isEnabled(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns if a plugin is enabled or not.
- isEnabled(DefaultPluginId) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns if a default plugin is enabled or not.
- isEnabled() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns if tooltips are enabled.
- isEnabled() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
-
- isEnabled(String) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
-
- isEnabled() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
-
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultMajor
-
- isEnabled(String) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
-
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
Returns true if decimation are enabled.
- isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultMajor
-
If true, major tick options are used to show major ticks.
- isEnabled(String) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
-
Returns if a global plugin is enabled or not.
- isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns if tooltips are enabled.
- isEnabled() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns true if plugin is enabled.
- isEnabled() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns true if plugin is enabled.
- isEnabled(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
-
Returns true if the animation collection is enabled, otherwise false.
- isEnabled() - Method in class org.pepstock.charba.client.options.Decimation
-
Returns true if decimation are enabled.
- isEnabled(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Returns true if the animation collection is enabled, otherwise false.
- isEnabled() - Method in class org.pepstock.charba.client.options.Major
-
If true, major tick options are used to show major ticks.
- isEnabled(DefaultPluginId) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a plugin is enabled or not.
- isEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a plugin is enabled or not.
- isEnabled() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns true if tooltips are enabled.
- isEnabled(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns true if the animation collection is enabled, otherwise false.
- isEnabled() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns true to enable element for drag zooming.
- isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns true to enable element for dragging.
- isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPan
-
Returns true to enable pan element.
- isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPinch
-
Returns true to enable element for pinching.
- isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultWheel
-
Returns true to enable element for wheel zooming.
- isEnabled() - Method in class org.pepstock.charba.client.zoom.Pan
-
Returns true to enable pan element.
- isEnabled() - Method in class org.pepstock.charba.client.zoom.Pinch
-
Returns true to enable element for pinch zooming.
- isEnabled() - Method in class org.pepstock.charba.client.zoom.Wheel
-
Returns true to enable element for wheel zooming.
- isEnabledAllCharts(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Returns true if the plugin is enabled to all charts, otherwise false.
- isEnabledByKey(Key) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a plugin is enabled or not.
- isEnumerable() - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Gets true if and only if this property shows up during enumeration of the properties on the corresponding object.
- IsEnumeratedColor - Interface in org.pepstock.charba.client.colors
-
- IsEnumeratedScheme - Interface in org.pepstock.charba.client.impl.plugins.enums
-
Internal interface of enumerated color scheme.
- isEqualTo(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
- isEqualTo(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
- isEventHandled(EventType) - Method in class org.pepstock.charba.client.events.EventBus
-
Returns true if there is any event handler for event type passed as argument.
- isEventHandled(EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Returns true if there is any event handler for event type passed as argument.
- isEventHandled(EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- isEventHandled(EventType) - Method in interface org.pepstock.charba.client.IsChart
-
Returns true if there is any event handler for event type passed as argument.
- isEventInChartArea(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Checks if the coordinate of event is inside the chart area.
- isEventInSelectionCleaner(BaseNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Checks if the coordinate of event is inside the selection cleaner element.
- IsEventProvider - Interface in org.pepstock.charba.client.configuration
-
Interface to be bale to catch and manage chart events to events handlers.
- IsFill - Interface in org.pepstock.charba.client.enums
-
Represents how to fill the area under the line.
- isFillStyleAsColor() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if the fill style is defined as color.
- isFillStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if the fill style is defined as gradient.
- isFillStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if the fill style is defined as canvas pattern.
- IsFont - Interface in org.pepstock.charba.client.options
-
Interface to map a font element.
- isFullSize() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- isFullSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- isFullSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- isFullSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- isFullSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns true if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
-
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns true if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.options.Title
-
Returns if that this box should take the full width/height of the canvas (moving other boxes).
- isFunctionInvocationConsistent(Object, ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns true if the callback must be invoked, checking callaback and chart consistency.
- isGlobal() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns true whether or not the "g" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance.
- isGreaterThan(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
- isGreaterThan(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
- isGrouped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- isGrouped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- isGrouped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
- isGrouped() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
- isGrouped() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
- isHidden() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns if the data set at first drawing will appear or not.
- isHidden() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns if the dataset is hidden.
- isHidden(IsChart) - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if this item represents a hidden data set.
Label will be rendered with a strike-through effect
- isHorizontal() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns true if it can be used for horizontal alignment.
- isHorizontal() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns if is an horizontal view.
- isHour12() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
- isHour12() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns whether to use 12-hour time (as opposed to 24-hour time).
- isHour12() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns whether to use 12-hour time (as opposed to 24-hour time).
- isHour12() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
- IsHtmlLegendDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
- isHtmlText() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns
true if the text of legend's title is HTML.
This field is used ONLY by
HtmlLegend plugin and not by CHART.js.
- isHtmlText() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns
true if the text of legend item is HTML.
This field is used ONLY by
HtmlLegend plugin and not by CHART.js.
- isHtmlText() - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Returns
true if the text of legend item is HTML.
This field is used ONLY by
HtmlLegend plugin and not by CHART.js.
- isIgnoreCase() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns true if the "i" flag was used; otherwise, false.
The "i" flag indicates that case should be ignored while attempting a match in a string.
It is a read-only property of an individual regular expression instance.
- isIgnoreFunctionContext() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns true if the functional context must be ignored as argument to pass to callback.
- isIncludeBounds() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
If true, the defined minimum and maximum values should be presented as ticks even if they are not "nice".
- isIncludeBounds() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isIncludeBounds() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isIncludeBounds() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, the defined minimum and maximum values should be presented as ticks even if they are not "nice".
- isIncludeBounds() - Method in class org.pepstock.charba.client.options.Ticks
-
If true, the defined minimum and maximum values should be presented as ticks even if they are not "nice".
- isInitial() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns true for the initial animation of the chart.
- isInitialized() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true if CHART.JS chart has been initialized, otherwise false.
- isInitialized() - Method in class org.pepstock.charba.client.ChartNode
-
Returns if CHART.JS chart instance has been initialized.
- isInitialized() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- isInitialized() - Method in interface org.pepstock.charba.client.IsChart
-
Returns true if CHART.JS chart has been initialized, otherwise false.
- isInjected() - Method in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Returns if the date adapter has been injected.
- isInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
-
Returns true if the script or style resource has been already injected.
- isInjected() - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Returns true if the resource has been injected.
- isInRange(List<?>, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true if the index, passed as argument, is in range of the list.
- isInRange(double, double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Checks if the value passed is in the threshold.
- isInside(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns true if the chart event is inside of this box, otherwise false.
- isInside(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns true if the chart event is inside of this box, otherwise false.
- isInside(BaseNativeEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns true if the chart event is inside of one of scales, otherwise false.
- IsInternalInjectableTextResource - Interface in org.pepstock.charba.client.resources
-
Internal empty interface for an injectable resource related to a text resource and used by moudle out of the box provided by CHARBA for deferred resources.
- isInternalValue(Position) - Method in class org.pepstock.charba.client.data.Clip
-
Returns true if clip is enable for passed position.
- isIntersect() - Method in class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in class org.pepstock.charba.client.configuration.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in class org.pepstock.charba.client.configuration.Interaction
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
-
- isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
-
- isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- isIntersect() - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isLeft() - Method in class org.pepstock.charba.client.data.Clip
-
Returns false if the clip left has been set.
- IsLegendEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps a legend chart event, an event generated from CHART.JS.
- isLessThan(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
- isLessThan(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
- IsLinearAxis - Interface in org.pepstock.charba.client.configuration
-
Common methods for numeric scales (linear/log cartesian and radial).
- IsLinearTick - Interface in org.pepstock.charba.client.configuration
-
Common methods for linear scale tick is use to chart numerical data.
Can be used for linear cartesian and radial ticks.
- IsLocaleItem - Interface in org.pepstock.charba.client.intl
-
Interface to map the locale item in order to get the name and search the items against the name instead of the value.
- isLoop() - Method in class org.pepstock.charba.client.configuration.Animation
-
If set to true, loops the animations endlessly.
- isLoop() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
- isLoop() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
-
- isLoop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
If set to true, loops the animations endlessly.
- isLoop() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
If set to true, loops the animations endlessly.
- isLoop() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If set to true, loops the animations endlessly.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isMaintainAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.options.Options
-
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMajor() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
- isMetaKey() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns true if the meta key was down when the mouse event was fired.
- isMirror() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- isMirror() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isMirror() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isMirror() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- isMirror() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
Note: Only applicable to vertical scales.
- isMultiline() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns true whether or not the "m" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance.
- isNegative(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
- isNegative(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
- isNot(int) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns true if the value is not undefined.
- isNot(double) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns true if the value is not undefined.
- isNotEqualTo(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
- isNotEqualTo(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
- isNoWrap() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the value reflecting the nowrap attribute and indicating if cell content can be broken in several lines.
- isNullable() - Method in interface org.pepstock.charba.client.commons.Envelop
-
Returns true if the content of envelop can be null.
- isNullable() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
-
- IsNumberFormat - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is a number format options.
- IsNumericAxis - Interface in org.pepstock.charba.client.configuration
-
Common methods for numeric scales (linear/log cartesian and radial).
- IsNumericTick - Interface in org.pepstock.charba.client.configuration
-
Common methods for numeric ticks (linear/log cartesian and radial).
- ISO_WEEK_UNIT - Static variable in class org.pepstock.charba.client.adapters.DateAdapter
-
- isOffset() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
This is set to true in the bar chart by default.
- isOffset() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default.
- isOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
- isOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
- isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- isOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If true, grid will be shifted to be between labels.
- isOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
- isOffset() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
- isOffset() - Method in class org.pepstock.charba.client.options.Grid
-
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default.
- isOnlyYAxis - Variable in class org.pepstock.charba.client.configuration.StackedScales
-
- isOnlyYAxis() - Method in class org.pepstock.charba.client.configuration.StackedScales
-
Returns true if there is only a Y axis, otherwise false.
- isOverlap() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns if draws label even it's overlap.
- isOverlap() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if draws label even it's overlap.
- isOverride() - Method in enum org.pepstock.charba.client.resources.ResourceName
-
Returns true if the resource can be override by user.
- IsoWeekDay - Enum in org.pepstock.charba.client.enums
-
Enumeration with ISO day of the week with 0 being Sunday and 6 being Saturday.
- IsoWeekDay(int) - Constructor for enum org.pepstock.charba.client.enums.IsoWeekDay
-
Creates with the property value to use in the native object.
- IsPadding - Interface in org.pepstock.charba.client.options
-
Interface to map a font element.
- isPercentageThreshold() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Returns true if percentage threshold is used, otherwise false.
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns
true if the point style is set by an
Img.
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns
true if the point style is set by an
Img.
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns
true if the point style is set by an
Img.
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
-
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- isPointStyleAsImage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns
true if the point style is set by an
Img.
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns
true if the point style is set by an
Img.
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if the point style is defined as image.
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns
true if the point style is set by an
Img.
- isPointStyleAsImage() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns
true if the point style is set by an
Img.
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Returns
true if the point style is set by an
Img.
- isPositive(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
- isPositive(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
- isPredefined(IsFill) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Checks if the fill passed by argument is a predefined fill, the returns true.
- isPreventClickEvent() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Returns a flag to prevent click event after drawing of selection area.
- isPropagate() - Method in class org.pepstock.charba.client.configuration.Filler
-
Returns true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
- isPropagate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
-
- isPropagate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFiller
-
- isPropagate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFiller
-
Returns true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
- isPropagate() - Method in class org.pepstock.charba.client.options.Filler
-
Returns true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
- isReadyForApi(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Checks if the chart is ready to perform the API.
It searches if the chart is consistent and if the plugin has been activated for the chart.
- isRecognize(List<EventType>) - Method in class org.pepstock.charba.client.events.AbstractHandlerEvent
-
Returns true if the type of event handler is inside the list provided as argument, otherwise false.
- isRecognize(EventType) - Method in class org.pepstock.charba.client.events.AbstractHandlerEvent
-
Returns true if the type of event handler is equals to the event handler type provided as argument, otherwise false.
- isRegistered(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Checks if the controller is registered by its type.
- isRegistered() - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Returns true if the plugin has been already registered.
- isReplay() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
- IsResourceType - Interface in org.pepstock.charba.client.resources
-
Base empty interface to define a resource type to load mandatory CHARBA resources.
- isResponsive() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the resizing of the chart canvas when its container does.
- isResponsive() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- isResponsive() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isResponsive() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the resizing of the chart canvas when its container does.
- isResponsive() - Method in class org.pepstock.charba.client.options.Options
-
Returns the resizing of the chart canvas when its container does.
- isReverse() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the reverses order of tick labels.
- isReverse() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if the legend will show datasets in reverse order.
- isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns if the legend will show datasets in reverse order.
- isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the reverses order of tick labels.
- isReverse() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
If set to true, the order of the colors in the selected scheme is reversed.
- isReverse() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
If set to true, the order of the colors in the selected scheme is reversed.
- isReverse() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the reverses order of tick labels.
- isReverse() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if the legend will show datasets in reverse order.
- isRight() - Method in class org.pepstock.charba.client.data.Clip
-
Returns false if the clip right has been set.
- isRtl() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns true for rendering the legends from right to left.
- isRtl() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns true for rendering the tooltips from right to left.
- isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- isRtl() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectionHandler
-
Returns true for rendering the object from right to left.
- isRtl() - Method in interface org.pepstock.charba.client.options.HasTextDirection
-
- isRtl() - Method in class org.pepstock.charba.client.options.TextDirectionHandler
-
Returns true for rendering the tooltips from right to left.
- IsScriptableFontProvider<T extends ChartContext> - Interface in org.pepstock.charba.client.options
-
Map an object which contains a font instance which can be set by callback,
FontCallback.
- IsScriptablePaddingProvider<T extends ChartContext> - Interface in org.pepstock.charba.client.options
-
Map an object which contains a padding instance which can be set by callback,
PaddingCallback.
- IsShape - Interface in org.pepstock.charba.client.colors.tiles
-
Defines a shape to draw on the tile.
- isShiftKey() - Method in class org.pepstock.charba.client.dom.BaseNativeEvent
-
Returns true if the shift key was down when the mouse event was fired.
- isShowActualPercentages() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
- isShowActualPercentages() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.configuration.Tick
-
If true, draw a background behind the tick labels.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isShowLabelBackdrop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, draw a background behind the tick labels.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.options.Ticks
-
If true, draw a background behind the tick labels.
- isShowLine() - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
If false, the lines between points are not drawn.
- isShowLine() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns if the line is not drawn for this dataset.
- isShowLine() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- isShowLine() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
- isShowLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isShowLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
- isShowLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If false, the lines between points are not drawn.
- isShowLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTypedDataset
-
Returns if the line is not drawn for this dataset.
- isShowLine() - Method in class org.pepstock.charba.client.options.Options
-
If false, the lines between points are not drawn.
- isShowLine() - Method in class org.pepstock.charba.client.options.TypedDataset
-
Returns if the line is not drawn for this data set.
- isShowZero() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns whether or not labels of value 0 are displayed.
- isShowZero() - Method in class org.pepstock.charba.client.labels.Label
-
Returns whether or not labels of value 0 are displayed.
- isSingleStacked() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns if you might want to stack positive and negative values together.
- isSingleStacked() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- isSingleStacked() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- isSingleStacked() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns if you might want to stack positive and negative values together.
- isSingleStacked() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns if you might want to stack positive and negative values together.
- isSkipNull() - Method in class org.pepstock.charba.client.configuration.BarOptions
-
If true, null or undefined values will not be drawn.
- isSkipNull() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- isSkipNull() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isSkipNull() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If true, null or undefined values will not be drawn.
- isSkipNull() - Method in class org.pepstock.charba.client.options.Options
-
If true, null or undefined values will not be drawn.
- isSkipped() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns true if skipped.
- isSpanGaps() - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
If false, NaN data causes a break in the line.
- isSpanGaps() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
- isSpanGaps() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isSpanGaps() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If false, NaN data causes a break in the line.
- isSpanGaps() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Returns if lines will be drawn between points with no or null data.
If
false, points with
Double.NaN data will create a break in the line.
- isSpanGaps() - Method in class org.pepstock.charba.client.options.Options
-
- isSpanGaps() - Method in class org.pepstock.charba.client.options.SpanGapHandler
-
Returns if lines will be drawn between points with no or null data.
If
false, points with
Double.NaN data will create a break in the line.
- isStacked() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Gets if the axis are stacked or not.
- isStacked() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- isStacked() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- isStacked() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns if the axis are stacked or not.
- isStacked() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Returns true if it computes the percentage on stacked datasets.
- isStacked() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns if the axis are stacked or not.
- isStepped() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns true to show the line as a stepped line (tension will be ignored).
- isStepped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- isStepped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- isStepped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns true to show the line as a stepped line (tension will be ignored).
- isStepped() - Method in class org.pepstock.charba.client.items.DatasetElementOptions
-
Returns true to show the line as a stepped line (tension will be ignored).
- isStepped() - Method in class org.pepstock.charba.client.options.Line
-
Returns true to show the line as a stepped line (tension will be ignored).
- isSticky() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns true whether or not the search is sticky (searches in strings only from the index indicated by the last index property of this regular expression).
It is a read-only property of an individual regular expression instance.
- isStop() - Method in class org.pepstock.charba.client.items.DatasetElement
-
Returns true if stopped.
- isStrokeStyleAsColor() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if the stroke style is defined as color.
- isStrokeStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if the stroke style is defined as gradient.
- isStrokeStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if the stroke style is defined as gradient.
- isSupported() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns true if canvas is supported by browser, otherwise false.
- isTextShadow() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns if draws text shadows under labels.
- isTextShadow() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if draws text shadows under labels.
- IsThreshold - Interface in org.pepstock.charba.client.impl.charts
-
Interface to map a threshold.
- isTimeSeriesItem(DataPoint) - Static method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Returns true if the data point, passed as argument, has got the properties to be a time series item (time and Y value).
- IsTooltipPosition - Interface in org.pepstock.charba.client.enums
-
Defines an object which represents the positioning of the tooltip.
- isTop() - Method in class org.pepstock.charba.client.data.Clip
-
Returns false if the clip top has been set.
- IsTransitions - Interface in org.pepstock.charba.client.options
-
Interface to map a transitions element, TRANSITIONS name space.
- isType(Key, ObjectType) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns true if the type of the property is equals to object type passed as argument.
- IsTypedAnimationKey - Interface in org.pepstock.charba.client.options
-
Represents an animation key which contains a animation type.
- isUndefined(String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Returns true if the property, identified by the passed key, is undefined.
- isUnicode() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns true whether or not the "u" flag is used with a regular expression.
It is a read-only property of an individual regular expression instance.
- isUniqueChartId(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Returns true if the passed id is a CHARBA charts id.
- isUseGrouping() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
- isUseGrouping() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
- isUseGrouping() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
- isUseGrouping() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
- isUseGrouping() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
- isUseGrouping() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
- isUsePointStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- isUsePointStyle() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- isUsePointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- isUsePointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- isUsePointStyle() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns if label style will match corresponding point style (size is based on font size, boxWidth is not used in this case).
- isUsePointStyle() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns if to use the corresponding point style (from dataset options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- isUseSelectionStyle() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns true if selection cleaner element will apply style of selection area, otherwise false.
- isUseSelectionStyle() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns true if selection cleaner element will apply style of selection area, otherwise false.
- isValid(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns true if id passed as argument is not null and its value could be a valid annotation configuration object id.
- isValid(AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns true if id passed as argument is not null and its value is not null as well and could be a valid annotation configuration
object id.
- isValid(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Returns true if the passed color instance is consistent, that means with a right red, green, blue and alpha values.
- isValid(IsShape) - Static method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Returns true if shape passed as argument is not null and its methods are not returning null as well.
- isValid(Envelop) - Static method in interface org.pepstock.charba.client.commons.Envelop
-
Returns true if envelop passed as argument is not null and its content is not null as well.
- isValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns true if key passed as argument is not null and its value is not null as well.
- isValid(String) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Returns true if id passed as argument is not null and its value could be a valid property key.
- isValid(PropertyKey) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Returns true if id passed as argument is not null and its value is not null as well and could be a valid property key.
- isValid(String) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
-
Returns true if the passed id is compliant with the constraints of property key.
A scale id
can not contain any non-URL-safe characters
cannot contain upper case letters
- isValid(Controller) - Static method in interface org.pepstock.charba.client.Controller
-
Returns true if the controller is consistent.
- isValid(DataLabelId) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
-
Returns true if id passed as argument is not null and its value is not null as well and could be a valid label configuration object
id.
- isValid(IsFill) - Static method in interface org.pepstock.charba.client.enums.IsFill
-
Returns true if fill passed as argument is not null and its value is not null and its mode is not null as well.
- isValid(IsThreshold) - Static method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Returns true if threshold passed as argument is not null and its properties are not null.
- isValid(ColorScheme) - Static method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns true if color scheme passed as argument is not null and its properties are not null.
- isValid() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns true if start and end positions are consistent and that means an area has been selected.
- isValid(String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Returns an instance of locale created from the fields set on this builder.
- isValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Returns true if chart passed as argument is not null and its id is not null as well.
- isValid(LabelId) - Static method in interface org.pepstock.charba.client.labels.LabelId
-
Returns true if id passed as argument is not null and its value is not null as well and could be a valid label configuration object
id.
- isValid(AnimationCollectionKey) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Returns true if type passed as argument is not null and its type is not null as well.
- isValid(AnimationPropertyKey) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
-
Returns true if type passed as argument is not null and its type is not null as well.
- isValid(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns true if scale id passed as argument is not null and its value could be a valid scale id.
- isValid(ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns true if scale id passed as argument is not null and its value is not null as well and could be a valid scale id.
- isValid(TransitionKey) - Static method in interface org.pepstock.charba.client.options.TransitionKey
-
Returns true if type passed as argument is not null.
- isValid(TooltipPositioner) - Static method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Returns true if tooltip positioner passed as argument is not null and its name is not null as well.
- isValid(Type) - Static method in interface org.pepstock.charba.client.Type
-
Returns true if type passed as argument is not null and its scale type is not null as well.
- isValidDataIndex(int, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true if the dataset index and data index, passed as arguments, are valid indexes.
- isValidDatasetIndex(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true if the dataset index, passed as argument, is a valid index.
- isVertical() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns true if it can be used for vertical alignment.
- isVisible() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns if the dataset is visible.
- isWritable() - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Gets true if and only if the value associated with the property may be changed
- ITALY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
- item(int) - Method in class org.pepstock.charba.client.dom.NamedNodeMap
-
Returns an item in the map by its index, or null if the index is out-of-bounds.
- item(int) - Method in class org.pepstock.charba.client.dom.NodeList
-
Returns an item in the list by its index, or null if the index is out-of-bounds.
- item(int) - Method in class org.pepstock.charba.client.dom.TouchList
-
Returns the touch object at the specified index in the list.
- item - Variable in class org.pepstock.charba.client.events.AbstractAnimationEvent
-
- item - Variable in class org.pepstock.charba.client.events.AbstractLegendEvent
-
- item - Variable in class org.pepstock.charba.client.events.AxisClickEvent
-
- item - Variable in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
- item - Variable in class org.pepstock.charba.client.events.TitleClickEvent
-
- ITEM_CALLBACK - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
- itemCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
- items - Variable in class org.pepstock.charba.client.callbacks.TooltipContext
-
- items - Variable in class org.pepstock.charba.client.events.AbstractChartTypedEvent
-
- ItemsEnvelop<T> - Class in org.pepstock.charba.client.items
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.
- ItemsEnvelop(T) - Constructor for class org.pepstock.charba.client.items.ItemsEnvelop
-
Create an envelop with the content passed as argument.
- ItemsEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.items.ItemsEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- ItemSortCallback<T> - Interface in org.pepstock.charba.client.callbacks
-
Allows sorting of items, for tooltip or legend.
- itemSortCallback - Variable in class org.pepstock.charba.client.configuration.LegendLabels
-
- itemSortCallback - Variable in class org.pepstock.charba.client.configuration.Tooltips
-
- itemSortCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LegendLabels
-
- itemSortCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tooltips
-
- iterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns an iterator over the elements in this list in proper sequence.
- IteratorImpl<E> - Class in org.pepstock.charba.client.commons
-
Custom iterator over a collection.
- IteratorImpl(List<E>) - Constructor for class org.pepstock.charba.client.commons.IteratorImpl
-
Builds the iterator, storing the list instance
- SafeHtml - Interface in org.pepstock.charba.client.dom.safehtml
-
Interface to map an HTML escaped string.
- SafeHtmlBuilder - Class in org.pepstock.charba.client.dom.safehtml
-
Utility to create and manage safe html objects setting strings, chars, numbers.
- SafeHtmlBuilder() - Constructor for class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
To avoid any instantiation
- SafeHtmlString - Class in org.pepstock.charba.client.dom.safehtml
-
Implements a simple
SafeHtml wrapping a string.
- SafeHtmlString(String) - Constructor for class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
-
Creates an object from a string.
- SafeHtmlUtils - Class in org.pepstock.charba.client.dom.safehtml
-
Internal utility to escape strings in HTML.
- SafeHtmlUtils() - Constructor for class org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils
-
To avoid any instantiation
- SafeHtmlUtils.CharacterToEscape - Enum in org.pepstock.charba.client.dom.safehtml
-
Enumerates the set of chars which must be changed inside a string.
- save() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Saves the entire state of the canvas by pushing the current state onto a stack.
- scale - Variable in class org.pepstock.charba.client.callbacks.ScaleContext
-
- scale - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- scale - Variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
- scale - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScales
-
- scale - Variable in class org.pepstock.charba.client.Defaults
-
- scale(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a scaling transformation to the canvas units horizontally and/or vertically.
- Scale - Class in org.pepstock.charba.client.options
-
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear
logarithmic
category
time
time series
radial linear
- Scale(AxisType, IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with default provider and type.
This is used when the scale is the root element.
New native java script object is created and it's empty.
- Scale(IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with default provider and native object.
This is used when the scale is read by
Scales.
- Scale(AxisType, IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with aixs type, default provider and native object.
This is used when the default scale is read by
Defaults.getScale(AxisType).
- Scale.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ScaleContext - Class in org.pepstock.charba.client.callbacks
-
The SCALE option context is used to give contextual information when resolving options.
The context object contains the following properties:
index: index of the associated data
scale: scale instance which contains the element to configure
tick: tick item instance which contains data to be consumed configuring the element
- ScaleContext(Axis, NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.ScaleContext
-
Creates the object with an envelop of the native object instance to be wrapped.
- ScaleContext.Property - Enum in org.pepstock.charba.client.callbacks
-
Name of properties of native object.
- ScaleDataType - Enum in org.pepstock.charba.client.enums
-
Enumeration with all possible types of data set in the scale.
- ScaleDataType() - Constructor for enum org.pepstock.charba.client.enums.ScaleDataType
-
- ScaleDateAdapter - Class in org.pepstock.charba.client.configuration
-
This is abstract date adapter object element of the chart options.
- ScaleDateAdapter(Axis) - Constructor for class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Builds the object storing the axis which this adapters belongs to.
- ScaleDateAdapter - Class in org.pepstock.charba.client.options
-
This is abstract date adapter object element of the chart options.
- ScaleDateAdapter(Adapters, Key, IsDefaultDateAdapterOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.ScaleDateAdapter
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ScaledOptions - Class in org.pepstock.charba.client.options
-
Base object which maps chart options, with scales elements to set axes configurations.
- ScaledOptions(String, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
-
Creates the object only with default provider.
- ScaledOptions(String, IsDefaultScaledOptions, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
-
Creates the object only with default provider and native object.
- ScaledOptions.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- scaleId - Variable in class org.pepstock.charba.client.items.ScaleItem
-
- ScaleId - Interface in org.pepstock.charba.client.options
-
Represents the scale id of a scale/axis object.
- scaleItem - Variable in class org.pepstock.charba.client.items.PluginScaleArgument
-
- ScaleItem - Class in org.pepstock.charba.client.items
-
Wraps the scale item of CHART JS chart.
This is a wrapper of scale of Chart (of CHART.JS).
- ScaleItem(ScaleId, NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
-
Creates the item using a native java script object which contains all properties.
- ScaleItem(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ScaleItem
-
Creates the item using an envelop (from callbacks package) of native java script object which contains all properties.
- ScaleItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
-
Creates the item using a native java script object which contains all properties.
- ScaleItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ScaleLimit - Class in org.pepstock.charba.client.zoom
-
Entity of
ZoomPlugin.ID configuration in order to set minimum and maximum values of the scales for pan or zoom.
- ScaleLimit(IsDefaultScaleLimit, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ScaleLimit
-
Creates new scale limit element, using stored native object instance and the default values options.
- ScaleLimit.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- scaleOptions - Variable in class org.pepstock.charba.client.Defaults
-
- ScaleRange - Class in org.pepstock.charba.client.zoom
-
Entity of
ZoomPlugin.ID configuration in order to set minimum and maximum values of the scales for pan or zoom.
The values to set to the properties depends on the type of scales are used.
- ScaleRange() - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates new scale range element.
- ScaleRange(double) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates scale range element with the minimum value.
- ScaleRange(double, double) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates scale range element with the minimum and maximum values.
- ScaleRange(IsDefaultScaleRange, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates new scale range element, using stored native object instance and the default values options.
- ScaleRange.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- scales - Variable in class org.pepstock.charba.client.ChartNode
-
- Scales - Class in org.pepstock.charba.client.configuration
-
The configuration element which contains all axes definitions.
- Scales(ScalesOptions) - Constructor for class org.pepstock.charba.client.configuration.Scales
-
Builds the object storing the root options element.
- scales - Variable in class org.pepstock.charba.client.configuration.ScalesOptions
-
- scales - Variable in class org.pepstock.charba.client.configuration.StackedOptions
-
- scales - Variable in class org.pepstock.charba.client.configuration.TimeSeriesOptions
-
- scales - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- scales - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
- scales - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
-
- scales - Variable in class org.pepstock.charba.client.Defaults
-
- scales - Variable in class org.pepstock.charba.client.options.ExtendedOptions
-
- scales - Variable in class org.pepstock.charba.client.options.ScaledOptions
-
- Scales - Class in org.pepstock.charba.client.options
-
The configuration element which contains all axes definitions.
- Scales(Options, Key, IsDefaultScales, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scales
-
Creates the scales object as child of the option object.
- ScalesNode - Class in org.pepstock.charba.client.items
-
Wrapper of scales node of CHART.JS.
This is a wrapper of scale node of Chart (of CHART.JS).
- ScalesNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ScalesNode
-
Creates the item using an envelop with the native java script object which contains all properties.
- ScalesOptions - Class in org.pepstock.charba.client.configuration
-
Configuration of chart with multiple scales.
- ScalesOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ScalesOptions
-
Builds the object storing the chart instance and default values.
- ScalesOptions(IsChart, IsDefaultScaledOptions, boolean) - Constructor for class org.pepstock.charba.client.configuration.ScalesOptions
-
Builds the object storing the chart instance and default values and creating a scale options if requested.
- scalesOptions - Variable in class org.pepstock.charba.client.defaults.chart.DefaultGlobalOptions
-
- ScaleTickItem - Class in org.pepstock.charba.client.items
-
The tick item maps the objects passed a
ScaleItem.
This is a wrapper of the CHART.JS item with all needed info.
- ScaleTickItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleTickItem
-
Creates the item using a native java script object which contains all properties.
- ScaleTickItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ScaleTickItem.ScaleTickItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create time tick item by a native object.
- ScaleTickItemFactory() - Constructor for class org.pepstock.charba.client.items.ScaleTickItem.ScaleTickItemFactory
-
To avoid any instatiation
- ScaleTitle - Class in org.pepstock.charba.client.options
-
When creating a chart, you want to tell the viewer what data they are viewing.
- ScaleTitle(AbstractScale, Key, IsDefaultScaleTitle, NativeObject) - Constructor for class org.pepstock.charba.client.options.ScaleTitle
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ScaleTitle.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ScaleTitleAlign - Enum in org.pepstock.charba.client.enums
-
Property to set the scale title alignment.
- ScaleTitleAlign(String) - Constructor for enum org.pepstock.charba.client.enums.ScaleTitleAlign
-
Creates with the property value to use in the native object.
- scaleType - Variable in enum org.pepstock.charba.client.ChartType
-
- scaleType() - Method in enum org.pepstock.charba.client.ChartType
-
- scaleType() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
- ScaleType - Enum in org.pepstock.charba.client
-
Interface to set the scale type of a chart.
Every chart could have scale(s) or not and it depends on chart type.
- ScaleType() - Constructor for enum org.pepstock.charba.client.ScaleType
-
- scaleType() - Method in interface org.pepstock.charba.client.Type
-
Returns the scale type of the chart.
- ScaleValueItem - Class in org.pepstock.charba.client.items
-
This object is wrapping the value retrieved by the scale.
The value could be a double, string or a date.
- ScaleValueItem(String, String) - Constructor for class org.pepstock.charba.client.items.ScaleValueItem
-
- ScaleValueItem(ImmutableDate, String) - Constructor for class org.pepstock.charba.client.items.ScaleValueItem
-
- ScaleValueItem(double, String) - Constructor for class org.pepstock.charba.client.items.ScaleValueItem
-
- scanAndCheckElements(List<BaseHtmlElement>, boolean) - Method in class org.pepstock.charba.client.ChartObserver
-
Scans all elements to get which elements are attached or detached.
- scanAndCheckElements(BaseElement, boolean) - Method in class org.pepstock.charba.client.ChartObserver
-
Scans recursively the DOM tree to get which elements are attached or detached.
- scanDatasets(IsChart, ColorSchemesOptions, List<IsColor>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Scans all datasets of chart to apply the colors by selected scheme.
- ScatterChart - Class in org.pepstock.charba.client
-
SCATTER chart implementation.
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
To use a scatter chart, data must be passed as objects containing X and Y properties.
- ScatterChart() - Constructor for class org.pepstock.charba.client.ScatterChart
-
Builds the object.
- ScatterChart(Type) - Constructor for class org.pepstock.charba.client.ScatterChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart.
- ScatterChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
SCATTER chart GWT WIDGET implementation.
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
To use a scatter chart, data must be passed as objects containing X and Y properties.
- ScatterChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
-
Builds the object.
- ScatterChartWidget(ScatterChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart.
- ScatterDataset - Class in org.pepstock.charba.client.data
-
The scatter chart allows a number of properties to be specified for each dataset.
- ScatterDataset() - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates a dataset.
It uses the global options has default.
- ScatterDataset(boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates a dataset.
It uses the global options has default.
- ScatterDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default.
- ScatterDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default.
- ScatterDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using chart type related to the dataset.
- ScatterDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default and chart type related to the dataset.
- ScatterOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for SCATTER chart.
- ScatterOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ScatterOptions
-
Builds the object storing the chart instance and default values.
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
- SchemeCostants - Class in org.pepstock.charba.client.impl.plugins.enums
-
Contains all colors used in the schemes, to avoid to have more instances of the same color in the color schemes definition.
- SchemeCostants() - Constructor for class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
To avoid any instantiation
- SchemeScope - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Enumerates the possible values to address coloring of BAR or BUBBLE datasets by a color scheme.
- SchemeScope(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Creates with the property value to use in the native object.
- scope - Variable in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
- scope - Variable in class org.pepstock.charba.client.colors.GradientBuilder
-
- scope - Variable in class org.pepstock.charba.client.data.Dataset
-
- SCOPE - Static variable in class org.pepstock.charba.client.GlobalOptions
-
- scope - Variable in class org.pepstock.charba.client.options.AnimationCollection
-
- scope - Variable in class org.pepstock.charba.client.options.AnimationTransition
-
- scope - Variable in class org.pepstock.charba.client.options.Options
-
- scope - Variable in class org.pepstock.charba.client.options.Transitions
-
- scope - Variable in class org.pepstock.charba.client.options.TypedDataset
-
- SCOPE_PROPERTY_SUFFIX - Static variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
- scopeProperty - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
- scopes - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
-
- Script - Class in org.pepstock.charba.client.dom.elements
-
Provides special properties and methods for manipulating the behavior and execution of <script> elements
- Script() - Constructor for class org.pepstock.charba.client.dom.elements.Script
-
To avoid any instantiation
- script - Variable in class org.pepstock.charba.client.intl.CLocale
-
- script - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
-
- Script - Enum in org.pepstock.charba.client.intl
-
Enumerates the standard codes for script identification which can be used to create and manage locale.
- Script(String, String) - Constructor for enum org.pepstock.charba.client.intl.Script
-
Creates the object with script value and its name.
- SCRIPT_ELEMENT_CHARTSET - Static variable in class org.pepstock.charba.client.Injector
-
- Scriptable<T,C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Interface to map all callback of scriptable options available for CHART.JS.
- scriptableFontProvider - Variable in class org.pepstock.charba.client.configuration.Font
-
- scriptableFontProvider - Variable in class org.pepstock.charba.client.options.AbstractScriptableFont
-
- ScriptableFunctions - Class in org.pepstock.charba.client.callbacks
-
Set of common JSINTEROP functions (mapped as interfaces) to be able to implement scriptable options of CHART.JS.
Must be a public interface with only 1 method.
- ScriptableFunctions() - Constructor for class org.pepstock.charba.client.callbacks.ScriptableFunctions
-
To avoid any instantiation
- ScriptableFunctions.ProxyArrayCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide an array property.
- ScriptableFunctions.ProxyBooleanCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a boolean property.
- ScriptableFunctions.ProxyDoubleCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a double property.
- ScriptableFunctions.ProxyHandlerCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide events generated by annotations.
- ScriptableFunctions.ProxyIntegerCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a integer property.
- ScriptableFunctions.ProxyNativeObjectCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a native object property.
- ScriptableFunctions.ProxyObjectCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a object property.
- ScriptableFunctions.ProxyStringCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a string property.
- scriptablePaddingProvider - Variable in class org.pepstock.charba.client.configuration.Padding
-
- scriptablePaddingProvider - Variable in class org.pepstock.charba.client.options.AbstractScriptablePadding
-
- ScriptableUtils - Class in org.pepstock.charba.client.callbacks
-
Sets of common methods as utilities to manage scriptable options by callback and java interfaces.
- ScriptableUtils() - Constructor for class org.pepstock.charba.client.callbacks.ScriptableUtils
-
To avoid any instantiation
- searchByAxisKind(AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
Uses the axis kind to retrieve the scale by id.
- searchByDefaultScaleId(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
Uses the default scale id to retrieve the scale by id.
- SegementDatasetElement(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.SegmentContext.SegementDatasetElement
-
Creates the object with native object instance to be wrapped.
- segment - Variable in class org.pepstock.charba.client.configuration.LineOptions
-
- Segment - Class in org.pepstock.charba.client.configuration
-
The segment configuration for
LineOptions.
Line segment styles can be overridden by scriptable options in the segment object.
Currently all of the border* and background color options are supported.
The segment styles are resolved for each section of the line between each point.
null fallbacks to main line styles.
- Segment(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Segment
-
Builds the object storing the root options element.
- segment - Variable in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
- segment - Variable in class org.pepstock.charba.client.options.ExtendedOptions
-
- Segment - Class in org.pepstock.charba.client.options
-
Contains all callbacks defined for a line segment.
Is empty because this is only the container of all properties related to callbacks which must be defined in the chart configuration.
- Segment(ExtendedOptions, Key, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.Segment
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Segment.BaseContext - Class in org.pepstock.charba.client.configuration
-
Utility object which is creating a native object, setting chart and type, in order to be able to create a
ChartContext without CHART.JS, for callbacks of segment.
- Segment.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- SegmentContext - Class in org.pepstock.charba.client.callbacks
-
The callback or handler context wrapper, created and passed by
Segment which contains the line charts references.
- SegmentContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.SegmentContext
-
Creates the object with native object instance to be wrapped, called by configuration package.
- SegmentContext.Property - Enum in org.pepstock.charba.client.callbacks
-
Name of properties of native object.
- SegmentContext.SegementDatasetElement - Class in org.pepstock.charba.client.callbacks
-
Extends
DatasetElement in order to wrap the points inside the context.
- SelectionArea - Class in org.pepstock.charba.client.impl.plugins
-
Which maintains coordinates of the are to be draw on the canvas as selection area.
- SelectionArea() - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionArea
-
- selectionCleaner - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
-
- selectionCleaner - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
- SelectionCleaner - Class in org.pepstock.charba.client.impl.plugins
-
DatasetsItemsSelector.ID plugin configuration element in order to have in the the chart a clickable element to clear the selection.
- SelectionCleaner(NativeObject, IsDatasetsItemsSelectorDefaultSelectionCleaner) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Creates new font element, using stored native object instance and the default values options.
- SelectionCleaner.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- SelectionCleanerFont - Class in org.pepstock.charba.client.impl.plugins
-
- SelectionCleanerFont(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionCleanerFont
-
Creates a font to use for plugin.
- SelectionHandler - Class in org.pepstock.charba.client.impl.plugins
-
Manages the selection on canvas, drawing selection area and implementing mouse listeners for canvas.
- SelectionHandler(IsChart, DatasetsItemsSelectorOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Creates the selection handler with chart instance and the options (if exist) in the chart options.
- SelectionStatus - Enum in org.pepstock.charba.client.impl.plugins
-
Enumerates the status of a selection.
- SelectionStatus() - Constructor for enum org.pepstock.charba.client.impl.plugins.SelectionStatus
-
- SelectionTrack - Class in org.pepstock.charba.client.impl.plugins
-
It maintains the start and end point of mouse selection at X level.
- SelectionTrack(double) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Creates the object storing the original X point of mouse down.
- serialVersionUID - Static variable in class org.pepstock.charba.client.commons.ImmutableDate
-
- serialVersionUID - Static variable in exception org.pepstock.charba.client.resources.ResourceLoadException
-
- set(int, E) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Sets the value value at a given index.
- set(int, ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Sets the value value at a given index.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Sets the value value at a given index.
- set(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Sets the value value at a given index.
- set(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Sets the value value at a given index.
- set(int, Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Sets the value value at a given index.
- set(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Sets the value value at a given index.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Sets the value value at a given index.
- set(int, String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Sets the value value at a given index.
- set(int, String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Replaces the element at the specified position in this list with the specified element.
- set(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Replaces the last element returned by next() or previous() with the specified element .
- set(NativeObject, String, T) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectArray
-
Allows you to set a property on an object.
- set(NativeObject, String, boolean) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectBoolean
-
Allows you to set a property on an object.
- set(NativeObject, String, NativeCallback) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectCallback
-
Allows you to set a property on an object.
- set(NativeObject, String, CallbackProxy.Proxy) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectCallbackProxy
-
Allows you to set a property on an object.
- set(NativeObject, String, Chart) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectChart
-
Allows you to set a property on an object.
- set(NativeObject, String, double) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectDouble
-
Allows you to set a property on an object.
- set(NativeObject, String, BaseNativeEvent) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectEvent
-
Allows you to set a property on an object.
- set(NativeObject, String, CanvasGradientItem) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectGradient
-
Allows you to set a property on an object.
- set(NativeObject, String, Img) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectImage
-
Allows you to set a property on an object.
- set(NativeObject, String, int) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectInteger
-
Allows you to set a property on an object.
- set(NativeObject, String, NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectObject
-
Allows you to set a property on an object.
- set(NativeObject, String, CanvasPatternItem) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectPattern
-
Allows you to set a property on an object.
- set(NativeObject, String, String) - Static method in class org.pepstock.charba.client.commons.NativeJsObjectString
-
Allows you to set a property on an object.
- set(AnimationCollectionKey, AnimationCollection) - Method in class org.pepstock.charba.client.configuration.Animations
-
Sets an animation collection instance to store in the animation options.
- set(TransitionKey, AnimationTransition) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Sets an animation transition instance to store in the animation options.
- set(int) - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
-
Sets the border size to all dimensions.
- set(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius size to all corners of the rectangle.
- set(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius size to all corners of the rectangle.
- set(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width size to all dimensions.
- set(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip size to all dimensions.
- set(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius size to all corners of the rectangle.
- set(AnimationCollectionKey, AnimationCollection) - Method in class org.pepstock.charba.client.options.Animations
-
Sets an animation collection instance to store in the animation options.
- set(AnimationCollectionKey, AnimationCollection) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Sets an animation collection instance to store in the animation options.
- set(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding size to all dimensions.
- set(TransitionKey, AnimationTransition) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Sets an animation transition instance to store in the animation options.
- set(TransitionKey, AnimationTransition) - Method in class org.pepstock.charba.client.options.Transitions
-
Sets an animation transition instance to store in the animation options.
- set(AnimationCollectionKey, AnimationCollection) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets an animation collection instance to store in the animation options.
- setActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(ArrayObject) - Method in class org.pepstock.charba.client.Chart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- setActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- setActiveElements(List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active (hovered) elements for the chart.
- setAdjustScaleRange(boolean) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets true whether the scale range should be adjusted if this annotation is out of range.
- setAdjustScaleRange(AdjustScaleRangeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.
- setAdjustScaleRange(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.
- setAlgorithm(DecimationAlgorithm) - Method in class org.pepstock.charba.client.configuration.Decimation
-
Sets the algorithm used by the plugin.
- setAlgorithm(DecimationAlgorithm) - Method in class org.pepstock.charba.client.options.Decimation
-
Sets the algorithm used by the plugin.
- setAlign(ScaleTitleAlign) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the alignment of the axis title.
- setAlign(ElementAlign) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the tick alignment along the axis.
- setAlign(ElementAlign) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the alignment of the legend.
- setAlign(ElementAlign) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the alignment of the title.
- setAlign(ElementAlignCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the align callback.
- setAlign(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the align callback.
- setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the position of the label relative to the anchor point position and orientation.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the align callback.
- setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the position of the label relative to the anchor point position and orientation.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the align callback.
- setAlign(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the align callback.
- setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the alignment of the element's contents with respect to the surrounding context.
- setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the alignment of the element's contents with respect to the surrounding context.
- setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Sets the alignment of the element's contents with respect to the surrounding context.
- setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner align.
- setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner align.
- setAlign(ElementAlign) - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Sets the alignment of the element.
- setAlign(ScaleTitleAlign) - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Sets the alignment of the axis title.
- setAlign(ElementAlign) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the tick alignment along the axis.
- setAlignToPixels(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets true to align pixel values to device pixels.
- setAlignToPixels(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets true to align pixel values to device pixels.
- setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
- setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the anchor callback.
- setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
- setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the anchor callback.
- setAnchor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the anchor callback.
- setAngle(double) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc angle to cover.
- setAngle(double) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc angle to cover.
- setAnimate(boolean) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets whether to animate scaling the chart from the center.
- setAnimate(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets whether to animate scaling the chart from the center.
- setAnimated(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets if the render will be shown based on the animation of chart.
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, the chart will animate in with a rotation animation.
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.options.Animation
-
If true, the chart will animate in with a rotation animation.
- setAnimateRotate(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
If true, the chart will animate in with a rotation animation.
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If true, the chart will animate in with a rotation animation.
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
If true, the chart will animate in with a rotation animation.
- setAnimateScale(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, will animate scaling the chart from the center outwards.
- setAnimateScale(boolean) - Method in class org.pepstock.charba.client.options.Animation
-
If true, will animate scaling the chart from the center outwards.
- setAnimateScale(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
If true, will animate scaling the chart from the center outwards.
- setAnimateScale(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If true, will animate scaling the chart from the center outwards.
- setAnimateScale(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
If true, will animate scaling the chart from the center outwards.
- setAnimationEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Enables or disables the animation.
- setAnimationEnabled(boolean) - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Enables or disables the animation.
- setAnimationEnabled(boolean) - Method in class org.pepstock.charba.client.options.AnimationContainer
-
Enables or disables the animation.
- setAnimationEnabled(boolean) - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Enables or disables the animation.
- setAnnotations(DrawTime, AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Sets a set of annotations for plugin.
If argument is null, removes all annotations.
- setAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Sets a set of annotations for plugin.
- setArc(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if draws label in arc.
- setArc(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if draws label in arc.
- setArrayValue(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
- setArrayValue(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
- setArrayValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array) in the embedded JavaScript object at specific property.
- setAspectRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Canvas aspect ratio (i.e.
- setAspectRatio(double) - Method in class org.pepstock.charba.client.options.Options
-
Canvas aspect ratio (i.e.
- setAttribute(Key, double) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, boolean) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, int) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, String) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets a custom field to data point.
- setAttributes(T) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets the additional attributes.
- setAttributes(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to watch for changes to the value of attributes on the node or nodes being monitored.
The default value is false.
- setAutoFontSize(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets true if the font size of the rendering will be automatically calculated, based on dimension of the area for rendering.
- setAutoRotation(boolean) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets true whether the rotation of label must calculates automatically.
- setAutoSkip(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
- setAutoSkip(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
Turn it off to show all labels no matter what
- setAutoSkipPadding(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
- setAutoSkipPadding(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
Note: Only applicable to horizontal scales.
- setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.Scales
-
Sets an array of X axes.
- setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.StackedScales
-
- setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
-
- setAxes(Scale...) - Method in class org.pepstock.charba.client.options.ExtendedScales
-
Sets all axes of chart.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
-
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in data set and nearest modes.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.Interaction
-
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in data set and nearest modes.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.options.Interaction
-
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
- setAxis(AxisKind) - Method in class org.pepstock.charba.client.options.Scale
-
Which kind of axis this is.
Possible values are: 'x', 'y' or 'r'.
- setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after of the ticks building.
- setAxisCalculateTickRotationCallback(AxisCalculateTickRotationCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after tick rotation is determined.
- setAxisDataLimitsCallback(AxisDataLimitsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after data limits are determined.
- setAxisDimensionsCallback(AxisDimensionsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after dimensions are set.
- setAxisFitCallback(AxisFitCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after the scale fits to the canvas.
- setAxisTickToLabelConversionCallback(AxisTickToLabelConversionCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after ticks are converted in the strings.
- setAxisUpdateCallback(AxisUpdateCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after of the update process.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the background color of the point label.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the background color of the point label.
- setBackdropColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the the backdrop color callback.
- setBackdropColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the the backdrop color callback.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the color of label backdrops.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the color of label backdrops.
- setBackdropColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the backdrop color callback instance.
- setBackdropColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the backdrop color callback instance.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the background color of the point label.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the background color of the point label.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the color of label backdrops.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the color of label backdrops.
- setBackground(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'background' property in the element.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Sets the color of the background of annotation.
- setBackgroundColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Sets the callback to set the color of the background of annotation.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Sets the callback to set the color of the background of annotation.
- setBackgroundColor(IsColor) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Sets the color of the background of annotation.
- setBackgroundColor(String) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Sets the color of the background of annotation.
- setBackgroundColor(ColorCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Sets the callback to set the color of the background of annotation.
- setBackgroundColor(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Sets the callback to set the color of the background of annotation.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the background color of tile as string.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the background color of tile.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the background color of tile as string.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the background color of tile.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the background color of the scale area.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(ColorCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the background color callback.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the background color callback.
- setBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill colors of the elements.
- setBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill colors of the elements.
- setBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill pattern of the elements.
- setBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill gradient of the elements.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color under the line.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color under the line.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill pattern under the line.
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill gradient under the line.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the background color.
- setBackgroundColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the background color callback.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color.
- setBackgroundColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color callback.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'backgroundColor' property in the element.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background color.
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background gradient.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background pattern.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as string.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item.
- setBackgroundColor(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as canvas pattern.
- setBackgroundColor(TooltipItem, Pattern) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as pattern
- setBackgroundColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as canvas gradient.
- setBackgroundColor(TooltipItem, Gradient) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as gradient.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the background color of the scale area.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the fill color during dragging.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the fill color during dragging.
- setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
The transparency value for the background color.
- setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
The transparency value for the background color.
- setBackgroundImage(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'backgroundImage' property in the element.
- setBackgroundSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'backgroundSize' property in the element.
- setBarPercentage(double) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other.
- setBarPercentage(double) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Sets the percent (0-1) of the available width each bar should be within the category width.
- setBarPercentage(double) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the percent (0-1) of the available width each bar should be within the category width.
- setBarThickness(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage.
- setBarThickness(int) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Sets the width of each bar in pixels.
- setBarThickness(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the width of each bar in pixels.
- setBase(double...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value.
- setBase(BaseCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base callback.
- setBase(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base callback.
- setBeginAtZero(boolean) - Method in interface org.pepstock.charba.client.configuration.IsLinearAxis
-
If true, scale will include 0 if it is not already included.
- setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If true, scale will include 0 if it is not already included.
- setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body alignment.
- setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body alignment.
- setBodyCallback(TooltipBodyCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user body callback.
- setBodyColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font color.
- setBodyColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font color.
- setBodyColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- setBodyColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- setBodySpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the spacing to add to top and bottom of each tooltip item.
- setBodySpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each tooltip item.
- setBorder(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'border' property in the element.
- setBorder(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the width in pixels of the border of the table.
- setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlign...) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(List<BorderAlign>) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlignCallback) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Sets the border align callback.
- setBorderAlign(NativeCallback) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Sets the border align callback.
- setBorderAlign(BorderAlign...) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(List<BorderAlign>) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlignCallback) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Sets the border align callback.
- setBorderAlign(NativeCallback) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Sets the border align callback.
- setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the property to set the border alignment on chart datasets.
- setBorderBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottom' property in the element.
- setBorderBottomColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomColor' property in the element.
- setBorderBottomLeftRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomLeftRadius' property in the element.
- setBorderBottomRightRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomRightRadius' property in the element.
- setBorderBottomStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomStyle' property in the element.
- setBorderBottomWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomWidth' property in the element.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how the end points of every line are drawn.
- setBorderCapStyle(CapStyleCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border cap-style callback.
- setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border cap-style callback.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how the end points of every line are drawn.
- setBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback.
- setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.options.Line
-
Sets how the end points of every line are drawn.
- setBorderCollapse(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderCollapse' property in the element.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the color of the border of annotation.
- setBorderColor(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the color of the border of annotation.
- setBorderColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the color of the border of annotation.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the color of the border of annotation.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
- setBorderColor(ColorCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border color callback.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color of the border.
- setBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border color callback.
- setBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the color of the bar border.
- setBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the color of the bar border.
- setBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the gradient of the bar border as gradient.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the color of the line.
- setBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the color of the line.
- setBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the gradient of the line.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border color.
- setBorderColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border color callback.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color.
- setBorderColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color callback.
- setBorderColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderColor' property in the element.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets border color as string
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets border color
- setBorderColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the border color of the tooltip item as canvas gradient.
- setBorderColor(TooltipItem, Gradient) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the border color of the tooltip item as gradient.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the color of the border during dragging.
- setBorderColor(String) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the color of the border during dragging.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(BorderDashCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the
pattern.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the
pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(BorderDashCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the border dash callback when element is hovered.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the border dash callback when element is hovered.
- setBorderDash(BorderDashCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the line dash pattern used when stroking borders, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.options.AbstractScaleLines
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.options.Line
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the line dash pattern offset.
- setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the line dash pattern offset.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the line dash pattern offset.
- setBorderDashOffset(BorderDashOffsetCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the border dash offset callback instance.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the border dash offset callback instance.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the line dash pattern offset.
- setBorderDashOffset(BorderDashOffsetCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern offset.
- setBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.AbstractScaleLines
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.Line
-
Sets the line dash pattern offset.
- setBorderImage(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderImage' property in the element.
- setBorderImageWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderImageWidth' property in the element.
- setBorderItem(Key, Key, int...) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the bar border size by an array of integers.
- setBorderItem(Key, Key, T[]) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the bar border item size by an array of objects.
- setBorderItem(Key, Key, List<T>, T[]) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the bar border item size by a list of objects.
- setBorderItemCallback(Key, Object, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the border item callback.
- setBorderItemCallback(Key, NativeCallback) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the border item callback.
- setBorderItemCallback(Key, Key, Object, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the border item callback.
- setBorderItemCallback(Key, Key, NativeCallback) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the border item callback.
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end
points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyleCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border join-style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border join-style callback.
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end
points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.Line
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end
points and control points are exactly at the same position, are skipped).
- setBorderLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeft' property in the element.
- setBorderLeftColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeftColor' property in the element.
- setBorderLeftStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeftStyle' property in the element.
- setBorderLeftWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeftWidth' property in the element.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the bar border radius (in pixels).
- setBorderRadius(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels).
- setBorderRadius(BarBorderRadius...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels).
- setBorderRadius(List<BarBorderRadius>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels).
- setBorderRadius(BorderRadiusCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback.
- setBorderRadius(int...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc border radius (in pixels).
- setBorderRadius(ArcBorderRadius...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc border radius (in pixels).
- setBorderRadius(List<ArcBorderRadius>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc border radius (in pixels).
- setBorderRadius(BorderRadiusCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border radius callback.
- setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border radius.
- setBorderRadius(RadiusCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border radius callback.
- setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border radius.
- setBorderRadius(RadiusCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border radius callback.
- setBorderRadius(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRadius' property in the element.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the bar border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the bar border radius (in pixels).
- setBorderRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRight' property in the element.
- setBorderRightColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRightColor' property in the element.
- setBorderRightStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRightStyle' property in the element.
- setBorderRightWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRightWidth' property in the element.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edges to skip drawing the border for.
- setBorderSkipped(List<BorderSkipped>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edges to skip drawing the border for.
- setBorderSkipped(BorderSkippedCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border skipped callback.
- setBorderSkipped(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border skipped callback.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSpacing(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderSpacing' property in the element.
- setBorderStyle(BorderStyle) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderStyle' property in the element.
- setBorderTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTop' property in the element.
- setBorderTopColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopColor' property in the element.
- setBorderTopLeftRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopLeftRadius' property in the element.
- setBorderTopRightRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopRightRadius' property in the element.
- setBorderTopStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopStyle' property in the element.
- setBorderTopWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopWidth' property in the element.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the width of the border in pixels.
- setBorderWidth(WidthCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the color of the width of the border in pixels.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the color of the width of the border in pixels.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used.
- setBorderWidth(WidthCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border width callback.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the size of the border.
- setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(BarBorderWidth...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(List<BarBorderWidth>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border width callback.
- setBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the border width callback.
- setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the width of the line in pixels.
- setBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width callback.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border width.
- setBorderWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border width callback.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border width.
- setBorderWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border width callback.
- setBorderWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderWidth' property in the element.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the border width of the selection.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the border width of the selection.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the width of the border line.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the size of the border.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the width of the border in pixels.
- setBottom(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the the bottom coordinate.
- setBottom(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width bottom in pixel.
- setBottom(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip bottom.
- setBottom(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip bottom.
- setBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'bottom' property in the element.
- setBottom(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Sets the bottom.
- setBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the bottom location in pixel
- setBottom(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
-
- setBottom(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding bottom in pixel.
- setBottomLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for bottom-left corner of the rectangle, in pixel.
- setBottomLeft(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for bottom-left corner of the rectangle, in pixel.
- setBottomRight(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for bottom-right corner of the rectangle, in pixel.
- setBottomRight(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for bottom-right corner of the rectangle, in pixel.
- setBounds(Bounds) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBounds(Bounds) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBoxHeight(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the height of colored box.
- setBoxHeight(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the height of the colored box if displayColors is true..
- setBoxHeight(int) - Method in class org.pepstock.charba.client.options.BoxHandler
-
Sets the height of colored box.
- setBoxHeight(int) - Method in interface org.pepstock.charba.client.options.HasBox
-
Sets the height of colored box.
- setBoxWidth(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the width of colored box.
- setBoxWidth(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the width of of the colored box if displayColors is true..
- setBoxWidth(int) - Method in class org.pepstock.charba.client.options.BoxHandler
-
Sets the width of colored box.
- setBoxWidth(int) - Method in interface org.pepstock.charba.client.options.HasBox
-
Sets the width of colored box.
- setCalendar(Calendar) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the calendar to use.
- setCallback(AbstractNode, String, T, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Stores the callback in the the cache, storing the proxy function and the hash code property key (unique id of callback) in the native object.
- setCallback(T) - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Sets the function callback implemented in the additional java script source.
- setCallback(C) - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
Sets the user callback instance.
- setCallback(AbstractNode, Key, Object, CallbackProxy<?>) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the callback that every element of axis can activate.
- setCallback(AbstractNode, Key, Object, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the callback that every element of axis can activate.
- setCallback(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the native callback that every element of axis can activate.
- setCallback(CategoryTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Sets the user callback instance.
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
-
Sets the user callback instance.
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Sets the user callback instance.
- setCallback(TimeTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the user callback instance.
- setCallback(AbstractNode, Key, Object, CallbackProxy<?>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the callbacks that every element of options can activate.
- setCallback(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the callbacks that every element of options can activate.
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Sets the user callback instance.
- setCallback(PointLabelCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the user callback to change point labels.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a callback proxy function to a element node instance.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a native callback function to a element node instance.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Adds a callback proxy function to a element node instance.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Adds a native callback function to a element node instance.
- setCallbackToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Adds a proxy function (for callbacks) to a model at the specific key.
- setCallbackToModel(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Adds a native callback function to a model at the specific key.
- setCanvasObjectHandling(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Sets true if the plugin to manage canvas object (gradients and patterns) have to be forcedly disable.
Pay attention that disabling the handler, your data sets configuration with gradients or patterns will e showed with default color.
- setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets true to keep Bézier control inside the chart, false for no restriction.
- setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.options.Line
-
Sets true to keep Bézier control inside the chart, false for no restriction.
- setCaretPadding(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
- setCaretPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
- setCaretSize(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the size of the tooltip arrow, in pixels.
- setCaretSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the size, in pixels, of the tooltip arrow.
- setCategoryPercentage(double) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCategoryPercentage(double) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCategoryPercentage(double) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCellPadding(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the width in pixels of the horizontal and vertical sapce between cell content and cell borders.
- setCellSpacing(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the width in pixels of the horizontal and vertical separation between cells.
- setChanged(boolean) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Sets true if some canvas objects are changed, otherwise false.
- setCharacterData(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to monitor the specified target node or subtree for changes to the character data contained within the node or nodes.
No default value.
- setCharacterDataOldValue(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to record the previous value of a node's text whenever the text changes on nodes being monitored.
No default value.
- setCharbaId(String) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Sets the CHARBA id when new chart instance is created.
- setCharset(String) - Method in class org.pepstock.charba.client.dom.elements.Script
-
Sets the character encoding of an external script.
- setChartOptions(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the chart options as underlying configuration options, after the first draw of the chart.
Leveraging on proxy, this is mandatory and enables the possibility to use only the configuration options to update the chart options at runtime.
- setChildList(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to monitor the target node (and, if subtree is true, its descendants) for the addition of new child nodes or removal of existing child nodes.
The default is false.
- setCircular(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid are circular (on radar chart only).
- setCircular(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If true, grid are circular (on radar chart only).
- setCircumference(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the sweep to allow arcs to cover.
- setCircumference(double) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the sweep to allow arcs to cover.
- setCircumference(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
- setCircumference(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the sweep to allow arcs to cover.
- setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
- setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the clamp callback.
- setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
- setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clamp callback.
- setClamp(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clamp callback.
- setClickCallback(ClickCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback called when a "click" event is occurring.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- setClip(double) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
- setClip(Clip) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to clip relative to the chart area, by an object which configures clipping per side.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
- setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
When the clip option is true, the part of the label which is outside the chart area will be masked.
- setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the clip callback.
- setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
When the clip option is true, the part of the label which is outside the chart area will be masked.
- setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clip callback.
- setClip(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clip callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the color of text.
- setColor(String) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the color of text as string.
- setColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the color of the text of label.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the color of the text of label.
- setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the color callback instance.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the color callback instance.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- setColor(String...) - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the color of angled lines.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font color.
- setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the the color callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the font color.
- setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the color callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the font color.
- setColor(ColorCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the color callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the color.
- setColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the color callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color.
- setColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color callback.
- setColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'color' property in the element.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
- setColor(String) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for value.
- setColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for value.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Sets the color of threshold.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner label font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Set the selection cleaner label font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color.
- setColor(ColorCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font color as color.
- setColor(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font color as string.
- setColor(IsColor) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in class org.pepstock.charba.client.options.FontContainer
-
Sets the font color.
- setColor(IsColor...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- setColor(String...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
- setColor(IsColor) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font color.
- setColor(String) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColors(IsColor...) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets an array of colors to the gradient.
- setColors(List<IsColor>) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets the list of colors.
- setColors(Key, String...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
- setColors(Key, IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
- setColors(Key, String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets a color property in the dataset, setting a single value or an array.
- setColors(Key, IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets a color property in the dataset, setting a single value or an array.
- setColSpan(int) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the value indicating the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
- setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Set the compact display when
Notation.COMPACT is set.
PAY ATTENTION
This method is not supported on Safari.
- setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Set the compact display when
Notation.COMPACT is set.
PAY ATTENTION
This method is not supported on Safari.
- setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Set the compact display when
Notation.COMPACT is set.
PAY ATTENTION
This method is not supported on Safari.
- setCompactDisplay(CompactDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Set the compact display when
Notation.COMPACT is set.
PAY ATTENTION
This method is not supported on Safari.
- setCompletedCallback(CompletedCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called once zooming or panning is completed.
- setConfigurable(boolean) - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Sets true if and only if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
- setConfiguration(T) - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
-
- setContent(List<String>) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the text to display in label.
Provide a list to display values on a new line.
- setContent(String...) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the text to display in label.
Provide an array to display values on a new line.
- setContent(Img) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the image to display in label.
- setContent(ContentCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the text to display in label as list.
- setContent(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the text to display in label as list.
- setContent(T) - Method in class org.pepstock.charba.client.commons.BaseEnvelop
-
Stores the content of envelop.
- setContent(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Sets the value of meta-data property..
- setContentInternally(T) - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Stores the content of envelop.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Sets the corner radius.
- setCornerRadius(CornerRadiusCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Sets the callback to set the corner radius.
- setCornerRadius(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Sets the callback to set the corner radius.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the radius of label rectangle.
- setCornerRadius(CornerRadiusCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the corner radius.
- setCornerRadius(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the corner radius.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the radius of tooltip corner curves.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the radius of tooltip corner curves.
- setCount(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the number of ticks to generate.
If specified, this overrides the automatic generation.
- setCount(CountCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the count callback instance.
- setCount(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the count callback instance.
- setCount(CountCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the count callback instance.
- setCount(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the count callback instance.
- setCount(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the number of ticks to generate.
If specified, this overrides the automatic generation.
- setCrossAlign(CrossAlign) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the tick alignment perpendicular to the axis.
- setCrossAlign(CrossAlign) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the tick alignment perpendicular to the axis.
- setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCubicInterpolationMode(CubicInterpolationModeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the border join style callback.
- setCubicInterpolationMode(NativeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the border join style callback.
- setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.options.Line
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCurrency(Currency) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the currency to use in currency formatting.
- setCurrency(Currency) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the currency to use in currency formatting.
- setCurrency(Currency) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the currency to use in currency formatting.
- setCurrency(Currency) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the currency to use in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets how to display the currency in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets how to display the currency in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets how to display the currency in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets how to display the currency in currency formatting.
- setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".
PAY ATTENTION
This method is not supported on Safari.
- setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".
PAY ATTENTION
This method is not supported on Safari.
- setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".
PAY ATTENTION
This method is not supported on Safari.
- setCurrencySign(CurrencySign) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard".
PAY ATTENTION
This method is not supported on Safari.
- setCurrent(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Changes the start and end depending of new X point position of mouse.
- setCurrentCursor(CursorType) - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Sets the cursor type before changing it.
- setCursorOnLegend(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Sets the cursor point when the cursor is mouse over the legend and the default one when is mouse out.
- setCursorPointer(CursorType) - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Sets the cursor type when the cursor is over the dataset item.
- setCursorType(CursorType) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'cursor' property in the element.
- setCutout(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the portion of the chart that is cut out of the middle.
As
Double, it is considered to be pixels.
- setCutout(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
- setCutout(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the portion of the chart that is cut out of the middle.
As
Double, it is considered to be pixels.
- setCutoutPercentage(String) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the portion of the chart that is cut out of the middle.
As
String and ending with '%', percentage of the chart radius.
- setCutoutPercentage(String) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
- setCutoutPercentage(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the portion of the chart that is cut out of the middle.
As
String and ending with '%', percentage of the chart radius.
- setData(NativeObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the data of chart by the data property in the native object.
- setData(IsChart, Data) - Method in class org.pepstock.charba.client.Configuration
-
Sets the data of chart.
- setData(double...) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis.
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis.
- setData(double...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- setData(List<Double>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- setData(double...) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
- setData(String) - Method in class org.pepstock.charba.client.dom.elements.TextNode
-
Sets the textual data contained in this object.
- setData(double...) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Throws an exception because not available.
- setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Sets the index of the data set.
- setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the data set index of the chart.
- setDatasets(Dataset...) - Method in class org.pepstock.charba.client.data.Data
-
Sets a set of data sets for chart.
- setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the visibility for a given data set.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate data set.
- setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.Chart
-
Sets the visibility for a given dataset.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate dataset.
- setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- setDatasetVisibility(int, boolean) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the visibility for a given dataset.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate dataset.
- setDataString(String...) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the data property of a dataset for a chart is specified as an array of strings.
- setDataString(List<String>) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the data property of a dataset for a chart is specified as an array of strings.
- setDataString(String...) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
- setDataString(List<String>) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
- setDate(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
- setDateStyle(DateTimeStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
- setDay(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Day.
- setDayPeriod(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the way day periods should be expressed.
- setDefault(CLocale) - Static method in class org.pepstock.charba.client.intl.CLocale
-
Sets the current value of the default locale for this instance.
- setDefaultInternally(CLocale) - Static method in class org.pepstock.charba.client.intl.CLocale
-
Sets the default locale privately, in order to avoid lazy setting on static reference.
- setDefaultPadding(Key, int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the default padding in the embedded JavaScript object at specific dimensions.
- setDelay(int) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the delay before starting the animations.
- setDelay(DelayCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the delay before starting the animations by a callback.
- setDelay(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the delay before starting the animations by a callback.
- setDelay(int) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the delay before starting the animations.
- setDelay(DelayCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(int) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the delay before starting the animations.
- setDelay(DelayCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the delay before starting the animations.
- setDelay(DelayCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- setDelay(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- setDelay(int) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Sets the delay before starting the animations.
- setDelegatedCallback(IsChart, LegendLabelsCallback) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
Sets the delegated callback previously set by user.
- setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
- setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
- setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- setDestroyOnDetach(boolean) - Method in interface org.pepstock.charba.client.IsChart
-
Sets true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
- setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets true if the chart is configured to be destroyed on the detach from DIV element, otherwise false.
- setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.options.Options
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- setDirection(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'direction' property in the element.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets true whether the annotation should be displayed.
- setDisplay(DisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the annotation should be displayed.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the annotation should be displayed.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets true whether the label should be displayed.
- setDisplay(DisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set whether the label should be displayed.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set whether the label should be displayed.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
- setDisplay(Display) - Method in class org.pepstock.charba.client.configuration.Axis
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
When
Display.AUTO, the axis is visible only if at least one associated data set is visible.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
If true, display the axis title.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If false, do not display grid for this axis.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets true if the title is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
If true, angle lines are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
If true, labels are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Tick
-
If true, show tick marks.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets if the title is shown.
- setDisplay(DisplayCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets if the title is shown by a callback.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets if the title is shown by a callback.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the visibility of labels.
- setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the visibility of labels.
- setDisplay(DisplayCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the display callback.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the visibility of labels.
- setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the visibility of labels.
- setDisplay(DisplayCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the display callback.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the display callback.
- setDisplay(Display) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets true if clear of selection label will e applied in the chart, otherwise false.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets true if clear of selection label will e applied in the chart, otherwise false.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Sets true if the element is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If true, shows the axis.
- setDisplay(Display) - Method in class org.pepstock.charba.client.options.AbstractScale
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AngleLines
-
If true, angle lines are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If false, do not display grid for this axis.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.LegendTitle
-
Sets true if the title is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.PointLabels
-
If true, labels are shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.ScaleTitle
-
If true, display the axis title.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If true, show tick marks.
- setDisplayColors(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
If true, color boxes are shown in the tooltip.
- setDisplayColors(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
If true, color boxes are shown in the tooltip.
- setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
-
Sets the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.options.DisplayFormats
-
Sets the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- setDoubleClickCallback(DoubleClickCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback called when a "dblclick" event is occurring.
- setDoubleClickSpeed(int) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Sets the double-click speed in milliseconds used to distinguish single-clicks from double-clicks whenever you need to capture both.
- setDrawBorder(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw border at the edge between the axis and the chart area.
- setDrawBorder(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If true, draw border at the edge between the axis and the chart area.
- setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
- setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
- setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- setDrawOnAttach(boolean) - Method in interface org.pepstock.charba.client.IsChart
-
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
- setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
- setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn.
- setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If true, draw lines on the chart area inside the axis lines.
- setDrawTicks(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines beside the ticks in the axis area beside the chart.
- setDrawTicks(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If true, draw lines beside the ticks in the axis area beside the chart.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTimeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the draw time which defines when the annotations are drawn.
- setDrawTime(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Sets the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.configuration.Filler
-
Sets the draw time which defines when the filling will be applied.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.options.Filler
-
Sets the draw time which defines when the filling will be applied.
- setDuration(int) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes.
- setDuration(DurationCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(int) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the number of milliseconds an animation takes.
- setDuration(DurationCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(int) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the number of milliseconds an animation takes.
- setDuration(DurationCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the number of milliseconds an animation takes.
- setDuration(DurationCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- setDuration(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Sets the time for the animation of the redraw in milliseconds.
- setEasing(Easing) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing.
- setEasing(EasingCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing by a callback.
- setEasing(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing by a callback.
- setEasing(double) - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Sets the the easing of drawing (between 0 and 1) for animation.
- setEasing(Easing) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the animation easing.
- setEasing(EasingCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the animation easing by a callback.
- setEasing(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the animation easing by a callback.
- setEasing(Easing) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the animation easing.
- setEasing(EasingCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the animation easing by a callback.
- setEasing(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the animation easing by a callback.
- setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the animation easing.
- setEasing(EasingCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- setEasing(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Sets the animation easing function.
- setElements(PointerElement...) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
- setEmptyColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for empty sector.
- setEmptyColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for empty sector.
- setEmptyValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (an empty JavaScript Object) in the embedded JavaScript object at specific property.
- setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
-
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
- setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
- setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.options.Bar
-
If true, it only shows the borderRadius of a bar when the bar is at the end of the stack.
- setEnabled(AnimationCollectionKey, boolean) - Method in class org.pepstock.charba.client.configuration.Animations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Decimation
-
Sets true if decimation are enabled.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Major
-
If true, major tick options are used to show major ticks.
- setEnabled(String, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets if a plugin must be enabled or not.
- setEnabled(DefaultPluginId, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets if a default plugin must be enabled or not.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets if tooltips are enabled.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets true if plugin is enabled.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets true if plugin is enabled.
- setEnabled(AnimationCollectionKey, boolean) - Method in class org.pepstock.charba.client.options.Animations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Decimation
-
Sets true if decimation are enabled.
- setEnabled(AnimationCollectionKey, boolean) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Major
-
If true, major tick options are used to show major ticks.
- setEnabled(String, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a global plugin must be enabled or not.
- setEnabled(ConfigurationEnvelop<DefaultPluginId>, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a default CHART.JS plugin must be enabled or not.
Callable only for chart configuration scope (no global or other).
- setEnabled(Key, boolean, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a global plugin must be enabled or not.
If overrideDefaultPlugin, passed as argument, is true that means this is called by configuration and it can enabled or disabled default plugins.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets true if tooltips are enabled.
- setEnabled(AnimationCollectionKey, boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets true to enable element for drag zooming.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Pan
-
Sets true to enable pan element.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Pinch
-
Sets true to enable element for pinch zooming.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Wheel
-
Sets true to enable element for wheel zooming.
- setEnabledAllCharts(String, boolean) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Setting false for plugin id, the global plugin is disable to all charts and to activate the plugin on a specific chart, is it enough to enable the plugin by
options.
- setEnd(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the end value of the axis
- setEndValue(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value at which the line draw should end.
- setEndValue(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value at which the line draw should end.
- setEndValue(Date) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value at which the line draw should end.
- setEndValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the data value at which the line draw should end.
- setEndValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the data value at which the line draw should end.
- setEndValue(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Sets the end value retrieved from scale
- setEnterCallback(EnterCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback called when a "enter" event is occurring.
- setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the ENTER event (the mouse is moved over a label) handler.
- setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Sets the ENTER event (the mouse is moved over a label) handler.
- setEnumerable(boolean) - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Sets true if and only if this property shows up during enumeration of the properties on the corresponding object.
- setEra(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Era.
- setEvent(AbstractNode, Key, ConfigurationEnvelop<CallbackProxy.Proxy>) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a event proxy function to animation element instance.
- setEvents(Event...) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the browser events that the chart should listen to.
- setEvents(Event...) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the browser events that the legend should listen to.
- setEvents(Event...) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the browser events that the tooltip should listen to.
- setEvents(Event...) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the browser events that the legend should listen to.
- setEvents(Event...) - Method in class org.pepstock.charba.client.options.Options
-
Sets the browser events that the chart should listen to.
- setEvents(Event...) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the browser events that the tooltip should listen to.
- setEvents(Event...) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Sets the browser events that the plugins should listen to.
- setEventToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Adds a proxy function (for events) to a model at the specific key.
- setExternalCallback(TooltipExternalCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user external callback instance.
- setFamily(String) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font family, follows CSS font-family options.
- setFamily(String) - Method in class org.pepstock.charba.client.options.AbstractFont
-
- setFamily(String) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
-
- setFamily(String) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font family, follows CSS font-family options.
- setFamily(String) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font family, follows CSS font-family options.
- setFill(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line.
- setFill(int) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line, by absolute data set index.
- setFill(String) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line, by relative data set index.
- setFill(IsFill) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line.
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill callback.
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill callback.
- setFill(boolean) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
- setFill(IsFill) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
Sets the fill callback.
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
Sets the fill callback.
- setFill(IsFill) - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- setFill(boolean) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line.
- setFill(int) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line, by absolute dataset index.
- setFill(String) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line, by relative dataset index.
- setFill(IsFill) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line.
- setFill(boolean) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line.
- setFill(int) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line, by absolute dataset index.
- setFill(String) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line, by relative dataset index.
- setFill(IsFill) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line.
- setFillColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for colors inside shapes.
- setFillColor(IsColor) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for colors inside shapes.
- setFillGradient(CanvasGradientItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for gradient style inside shapes.
- setFillPattern(CanvasPatternItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for pattern style inside shapes.
- setFillStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as color.
- setFillStyle(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as color.
- setFillStyle(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as canvas pattern.
- setFillStyle(IsChart, Pattern) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as pattern.
- setFillStyle(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as canvas gradient.
- setFillStyle(IsChart, Gradient) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as gradient.
- setFilterCallback(LegendFilterCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user filter callback instance.
- setFilterCallback(TooltipFilterCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user filter callback instance.
- setFloatingData(double[][]) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a data set for a chart is specified as an array of arrays of doubles.
- setFloatingData(FloatingData...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a data set for a chart is specified as an array of floating data.
- setFloatingData(List<FloatingData>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a data set for a chart is specified as an array of floating data.
- setFont(FontCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the the font callback.
- setFont(FontCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the the font callback.
- setFont(FontCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the font callback.
- setFont(FontCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the font callback.
- setFont(FontCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the the font callback.
- setFont(FontCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the the font callback.
- setFont(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'font' property in the element.
- setFont(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text style to use when drawing text.
This string uses the same syntax as the CSS font specifier.
- setFont(FontCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font callback.
- setFont(FontCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font color callback.
- setFont(FontCallback<T>) - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
-
Sets the font callback.
- setFont(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
-
Sets the font callback.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the font color to apply to the render of value.
- setFontColor(ColorCallback<MeterContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the callback to customize the font color for rendered label in the chart.
- setFontColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner label font color.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Set the selection cleaner label font color.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the font color of the legend.
- setFontColor(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Returns the font color of the legend.
- setFontFamily(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font family, follows CSS font-family label.
- setFontFamily(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontFamily' property in the element.
- setFontFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font family, follows CSS font-family in selection cleaner.
- setFontFamily(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font family
- setFontLineHeight(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the line height.
- setFontLineHeight(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the line height.
- setFontSize(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font size.
- setFontSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontSize' property in the element.
- setFontSize(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font size.
- setFontSize(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font size.
- setFontSizeAdjust(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontSizeAdjust' property in the element.
- setFontStretch(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontStretch' property in the element.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font style, follows CSS font-style label (i.e.
- setFontStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontStyle' property in the element.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font style.
- setFontVariant(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontVariant' property in the element.
- setFontWeight(Weight) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font weight, follows CSS font-style-weight label.
- setFontWeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontWeight' property in the element.
- setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer alignment.
- setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer alignment.
- setFooterCallback(TooltipFooterCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user footer callback.
- setFooterColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font color.
- setFooterColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font color.
- setFooterColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- setFooterColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- setFooterMarginTop(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the margin to add before drawing the footer.
- setFooterMarginTop(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the margin to add before drawing the footer.
- setFooterSpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the spacing to add to top and bottom of each footer line.
- setFooterSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each footer line.
- setFormat(Key, String) - Method in class org.pepstock.charba.client.adapters.DefaultsFormatsOverrider
-
Sets the format by
TimeUnit, overriding what is provided by adapter.
- setFormatCallback(MeterFormatCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the callback to customize the value string in the chart.
- setFormatMatcher(FormatMatcher) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the format matching algorithm to use.
- setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the formatter callback.
- setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the formatter callback.
- setFrom(boolean) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as number.
- setFrom(double) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation as number.
- setFrom(String) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation as color string.
- setFrom(IsColor) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation as color.
- setFrom(FromCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation by a callback.
- setFrom(NativeCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation by a callback.
- setFullSize(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in class org.pepstock.charba.client.configuration.Title
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(FullSizeCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets if marks that this box should take the full width/height of the canvas (moving other boxes) is shown by a callback.
- setFullSize(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets if marks that this box should take the full width/height of the canvas (moving other boxes) is shown by a callback.
- setFullSize(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets true if marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in class org.pepstock.charba.client.options.Title
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setGrace(int) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- setGrace(int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- setGraceAsPercentage(String) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- setGraceAsPercentage(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the value in percentage is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater.
- setGrouped(boolean) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
- setGrouped(boolean) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
When true, all the data sets at same index value will be placed next to each other centering on that index value.
When false, each bar is placed on its actual index-axis value.
- setHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'height' property in the element.
- setHeight(int) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Sets a positive integer reflecting the height HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 150 is used.
- setHeight(int) - Method in class org.pepstock.charba.client.dom.elements.Img
-
Sets the value that reflects the height attribute, indicating the rendered height of the image in CSS pixels.
- setHeight(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the length of pixel of the hinted height of the cell.
- setHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the height of selection cleaner element.
- setHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the height of axis in pixel.
- setHidden(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets if the data set will appear or not.
- setHitRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hit radius callback.
- setHitRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hit radius callback.
- setHitRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHour(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Hour.
- setHour12(boolean) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets whether to use 12-hour time (as opposed to 24-hour time).
- setHourCycle(HourCycle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
- setHours(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
- setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color when hovered.
- setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color when hovered.
- setHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover background color callback.
- setHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover background color callback.
- setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the fill color of the arcs when hovered.
- setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the fill color of the arcs when hovered as string.
- setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the fill pattern of the arcs in the data set when hovered.
- setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the fill gradient of the arcs in the data set when hovered.
- setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill color of the elements when hovered.
- setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill color of the elements when hovered.
- setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill pattern of the elements when hovered.
- setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill gradient of the elements when hovered.
- setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color of the elements when hovered
- setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color of the elements when hovered
- setHoverBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill pattern of the elements when hovered.
- setHoverBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill gradient of the elements when hovered.
- setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color when hovered.
- setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color when hovered.
- setHoverBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how the end points of every line are drawn, when element is hovered.
- setHoverBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback when element is hovered.
- setHoverBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback when element is hovered.
- setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color when hovered.
- setHoverBorderColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color when hovered.
- setHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border color callback.
- setHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border color callback.
- setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the stroke color of the arcs when hovered as string.
- setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the stroke color of the arcs when hovered as string.
- setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the stroke gradient of the arcs in the data set when hovered as gradient.
- setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke color of the elements when hovered.
- setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke color of the elements when hovered.
- setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke gradient of elements when hovered as gradient.
- setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke color of the elements when hovered
- setHoverBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke color of the elements when hovered
- setHoverBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke gradient of elements when hovered as gradient.
- setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color when hovered.
- setHoverBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color when hovered.
- setHoverBorderDash(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern, when element is
hovered.
- setHoverBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback when element is hovered.
- setHoverBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback when element is hovered.
- setHoverBorderDashOffset(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern offset, when element is hovered.
- setHoverBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback when element is hovered.
- setHoverBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback when element is hovered.
- setHoverBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end
points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter.
- setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the bar border radius (in pixels) when hovered.
- setHoverBorderRadius(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels), when hovered.
- setHoverBorderRadius(BarBorderRadius...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels), when hovered.
- setHoverBorderRadius(List<BarBorderRadius>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets Sets the bar border radius (in pixels), when hovered.
- setHoverBorderRadius(int) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the bar border radius (in pixels) when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border width when hovered.
- setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(BarBorderWidth...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels, when hovered.
- setHoverBorderWidth(List<BarBorderWidth>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels, when hovered.
- setHoverBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border width when hovered.
- setHoverOffset(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc offset (in pixels) when hovered.
- setHoverOffset(int...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc offset (in pixels), when dataset if hovered.
- setHoverOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback, when dataset is hovered.
- setHoverOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback, when dataset is hovered.
- setHoverOffset(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc offset (in pixels) when hovered.
- setHoverRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius of the point when hovered.
- setHoverRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius of the point when hovered.
- setHoverRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hover radius callback.
- setHoverRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hover radius callback.
- setHoverRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the radius of the point when hovered.
- setHtmlText(boolean) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets
true if the text of legend's titleis HTML.
This field is used ONLY by
HtmlLegend plugin and not by CHART.js.
- setHtmlText(boolean) - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Sets
true if the text of legend item is HTML.
This field is used ONLY by
HtmlLegend plugin and not by CHART.js.
- setHtmlText(boolean) - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Sets
true if the text of legend item is HTML.
This field is used ONLY by
HtmlLegend plugin and not by CHART.js.
- setHttpEquiv(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Sets the name of an HTTP response header to define for a document.
- setId(String) - Method in class org.pepstock.charba.client.colors.CanvasObject.InternalGradient
-
- setId(String) - Method in class org.pepstock.charba.client.colors.CanvasObject
-
Sets the unique canvas object id.
- setId(String) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Sets the unique id of the element.
- setId(ScaleId) - Method in class org.pepstock.charba.client.options.Scale
-
Sets the id of scale.
It is usually used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
- setIgnoreFunctionContext(boolean) - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Sets true if the functional context must be ignored as argument to pass to callback.
- setImage(Img) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner image.
- setImage(Img) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner image.
- setImageHeight(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the height of label content, when is set as
Img, in pixels in order to scale the image when drawn.
- setImageHeight(ImageSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- setImageHeight(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- setImageHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the height of image for selection cleaner element.
- setImageHeightAsPercentage(String) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- setImages(Img...) - Method in class org.pepstock.charba.client.labels.Label
-
- setImages(Img...) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
- setImageWidth(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the width of label content, when is set as
Img, in pixels in order to scale the image when drawn.
- setImageWidth(ImageSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- setImageWidth(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- setImageWidth(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the width of image for selection cleaner element.
- setImageWidthAsPercentage(String) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn.
- setImageX(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the X point of image for selection cleaner element.
- setImageY(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the Y point of image for selection cleaner element.
- setIncludeBounds(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
If true, the defined min and maximum values should be presented as ticks even if they are not "nice"
- setIncludeBounds(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If true, the defined min and maximum values should be presented as ticks even if they are not "nice"
- setIndex(int) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Sets the index of the data element.
- setIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the data set index of the chart (for POLAR and PIE charts).
- setIndex(AbstractScale.Property, AbstractScale.Property, int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the minimum item at passed index to display.
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.BarOptions
-
Sets the base axis for the dataset.
Use
IndexAxis.Y for horizontal bar.
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.HorizontalBarOptions
-
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Sets the base axis for the dataset.
Use
IndexAxis.Y for vertical line.
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.VerticalLineOptions
-
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base axis for the data set.
Use
IndexAxis.Y for horizontal bar.
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.HorizontalBarDataset
-
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the base axis for the data set.
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.VerticalLineDataset
-
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.options.Options
-
Sets the base axis for the dataset.
- setInjected(boolean) - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Sets true if the resource has been injected.
- setInner(double) - Method in class org.pepstock.charba.client.colors.Radius
-
Sets the inner radius of arc.
- setInnerEnd(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for inner-end corner of the arc, in pixel.
- setInnerHTML(String) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Sets the markup of the element's content..
- setInnerStart(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for inner-start corner of the arc, in pixel.
- setInnerText(String) - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Sets the "rendered" text content of a node and its descendants.
As a getter, it approximates the text the user would get if they highlighted the contents of the element with the cursor and then copied it to the clipboard.
- setInternalAxes(Scale...) - Method in class org.pepstock.charba.client.options.ExtendedScales
-
Sets all axes of chart.
Implemented to reduce the complexity of setAxes public method.
- setInternalBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border width callback.
- setInternalBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border width callback.
- setInternalCallbackToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Adds a proxy function to a model at the specific key.
- setInternalCallbackToModel(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Adds a native callback function to a model at the specific key.
- setInternalDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setInternalDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setInternalHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border width callback.
- setInternalHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border width callback.
- setInternalTimeSeriesItems(TimeSeriesItem...) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of time series item.
- setInternalTimeSeriesItems(List<TimeSeriesItem>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of time series items.
- setInternalValue(Position, boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets false disabling clip for passed position but if true is passed, removes the previous value if boolean, using the default number.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.AbstractChart.InternalInterationModeObject
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Interaction
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- setInterval(Window.AsyncCallback, int) - Static method in class org.pepstock.charba.client.utils.Window
-
Sets a timer which executes repeatedly calls a function with a fixed time delay between each call.
It returns an interval ID which uniquely identifies the interval.
- setIsoWeekday(IsoWeekDay) - Method in class org.pepstock.charba.client.configuration.Time
-
Sets the ISO day of the week.
- setIsoWeekday(IsoWeekDay) - Method in class org.pepstock.charba.client.options.Time
-
Sets the ISO day of the week.
- setItemSortCallback(LegendItemSortCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user item sort callback instance.
- setItemSortCallback(TooltipItemSortCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user item sort callback instance.
- setKeyPrefix(String) - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
-
Sets the key prefix for caching.
- setLabel(String) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the label for the data set which appears in the legend and tooltips.
- setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner label.
- setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner label.
- setLabelCallback(TooltipLabelCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user label callback.
- setLabelHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the height of label for selection cleaner element.
- setLabelOffset(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- setLabelOffset(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- setLabelRotation(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the label rotation value
- setLabels(String...) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets an array of labels to display.
- setLabels(List<String>) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets an array of labels to display.
- setLabels(Labels) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the labels of the data.
- setLabels(String...) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Sets the labels of the data.
- setLabels(List<String>) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Sets the labels of the data.
- setLabels(Labels) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.data.LabelsHandler
-
Sets the labels of the data.
- setLabels(String...) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the labels of the data.
- setLabelsCallback(LegendLabelsCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user callback instance to generate labels.
- setLabelWidth(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the width of label for selection cleaner element.
- setLabelX(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the X point of label for selection cleaner element.
- setLabelY(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the Y point of label for selection cleaner element.
- setLayoutPadding(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the chart layout padding reserve for selection cleaner element.
- setLeaveCallback(LeaveCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback called when a "leave" event is occurring.
- setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the LEAVE event (the mouse is moved out of a label) handler.
- setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Sets the LEAVE event (the mouse is moved out of a label) handler.
- setLeft(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the left coordinate.
- setLeft(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width left in pixel.
- setLeft(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip left.
- setLeft(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip left.
- setLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'left' property in the element.
- setLeft(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Sets the left.
- setLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the left location in pixel
- setLeft(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
-
- setLeft(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding left in pixel.
- setLegendItem(LegendLabelItem) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Sets the legend item instance, needed to create the point style for legend.
- setLegendItemCallback(HtmlLegendItemCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.
- setLegendTitleCallback(HtmlLegendTitleCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets the callback which can be implemented to change the text of legend's title, as HTML.
- setLineCap(CapStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the lineCap, to determine the shape used to draw the end points of lines.
- setLineCap(CapStyle) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the shape used to draw the end points of lines.
- setLineCap(CapStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets how the end points of every box border are drawn.
- setLineDash(ArrayInteger) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash pattern used when stroking lines.
It uses an array of values that specify alternating lengths of lines and gaps which describe the pattern.
- setLineDash(int...) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash pattern used when stroking lines.
It uses an array of values that specify alternating lengths of lines and gaps which describe the pattern.
- setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash pattern used when stroking lines.
It uses a list of values that specify alternating lengths of lines and gaps which describe the pattern.
- setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setLineDashOffset(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash offset, or "phase.".
Specifies where to start a dash array on a line.
- setLineDashOffset(double) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the box border dash pattern offset.
- setLineHeight(double) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'lineHeight' property in the element.
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.AbstractFont
-
- setLineHeight(String) - Method in class org.pepstock.charba.client.options.AbstractFont
-
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
-
- setLineHeight(String) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
-
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.Font
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.options.Font
-
Sets the line height.
- setLineHeight(double) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the line height.
- setLineHeight(String) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the line height.
- setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the lineJoin, to determine the shape used to join two line segments where they meet.
- setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the type of corners where two lines meet.
- setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and
control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
- setLineWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the line width callback instance.
- setLineWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the line width callback instance.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the stroke widths of grid.
- setLineWidth(int) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the width of angled lines.
- setLineWidth(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the thickness of lines.
- setLineWidth(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the width of box border in pixels.
- setLineWidth(int) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the width of angled lines.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the stroke widths of grid.
- setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Adds a event handler instance as listener for all events.
- setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Adds a event handler instance as listener for all events.
- setLocale(CLocale) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the locale that LUXON must use by the date adapter.
See
here the details about locale in LUXON.
- setLocale(CLocale) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the locale instance for internationalization.
- setLocale(CLocale) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the locale that LUXON must use by the date adapter.
See
here the details about locale in LUXON.
- setLocale(CLocale) - Method in class org.pepstock.charba.client.options.Options
-
Sets the locale instance for internationalization.
- setLocale(CLocale) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the locale that LUXON must use by the date adapter.
See
here the details about locale in LUXON.
- setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the locale matching algorithm to use.
- setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
Sets the locale matching algorithm to use.
- setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the locale matching algorithm to use.
- setLocaleMatcher(LocaleMatcher) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the locale matching algorithm to use.
- setLoop(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
-
If set to true, loops the animations endlessly.
- setLoop(LoopCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets to loop the animations endlessly by a callback.
- setLoop(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets to loop the animations endlessly by a callback.
- setLoop(boolean) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
If set to true, loops the animations endlessly.
- setLoop(LoopCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
If set to true, loops the animations endlessly.
- setLoop(LoopCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If set to true, loops the animations endlessly.
- setLoop(LoopCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- setLoop(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
- setLoop(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
If set to true, loops the animations endlessly.
- setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
- setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
- setMargin(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'margin' property in the element.
- setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the margin from canvas border.
- setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the margin from canvas border.
- setMarginBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginBottom' property in the element.
- setMarginLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginLeft' property in the element.
- setMarginRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginRight' property in the element.
- setMarginTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginTop' property in the element.
- setMax(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the maximum item to display.
- setMax(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data maximum.
- setMax(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(Date) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(Date) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data maximum.
- setMax(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(double) - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Sets the maximum value of range.
- setMaxBarThickness(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this.
- setMaxBarThickness(int) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
- setMaxBarThickness(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
- setMaxHeight(int) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the maximum height of the legend, in pixels.
- setMaxHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'maxHeight' property in the element.
- setMaxHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max height of the axis in pixel
- setMaxHeight(int) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the maximum height of the legend, in pixels.
- setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20.
- setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20.
- setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20.
- setMaximumFractionDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20.
- setMaximumLegendColumns(int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets the maximum amount of columns of legend.
- setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21.
- setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21.
- setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21.
- setMaximumSignificantDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21.
- setMaxIndex(int) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the maximum item at passed index to display.
- setMaxIndex(int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the maximum item at passed index to display.
- setMaxRotation(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the maximum rotation for tick labels when rotating to condense labels.
- setMaxRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the maximum rotation for tick labels when rotating to condense labels.
Note: Rotation doesn't occur until necessary.
Note: Only applicable to horizontal scales.
- setMaxTicksLimit(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maximum number of ticks and grid to show.
- setMaxTicksLimit(MaxTicksLimitCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maxTicksLimit callback instance.
- setMaxTicksLimit(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maxTicksLimit callback instance.
- setMaxTicksLimit(MaxTicksLimitCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the maxTicksLimit callback instance.
- setMaxTicksLimit(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the maxTicksLimit callback instance.
- setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the maximum number of ticks and grid to show.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the maximum width of the legend, in pixels.
- setMaxWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'maxWidth' property in the element.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max width of axis in pixel.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the maximum width of the legend, in pixels.
- setMin(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the minimum item to display.
- setMin(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data minimum.
- setMin(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(Date) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(Date) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data minimum.
- setMin(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(double) - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Sets the minimum value of range.
- setMinBarLength(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Set this to ensure that bars have a minimum length in pixels.
- setMinBarLength(int) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Set this to ensure that bars have a minimum length in pixels.
- setMinBarLength(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Set this to ensure that bars have a minimum length in pixels.
- setMinHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'minHeight' property in the element.
- setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20.
- setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20.
- setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20.
- setMinimumFractionDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20.
- setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21.
- setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21.
- setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21.
- setMinimumIntegerDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21.
- setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21.
- setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21.
- setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21.
- setMinimumSignificantDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21.
- setMinIndex(int) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the minimum item at passed index to display.
- setMinIndex(int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the minimum item at passed index to display.
- setMinRange(double) - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Sets the minimum allowed range.
This defines the max zoom level.
- setMinRotation(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the minimum rotation for tick labels.
- setMinRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the minimum rotation for tick labels.
Note: Only applicable to horizontal scales.
- setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
-
The minimum display format to be used for a time unit.
- setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
-
Sets the minimum display format to be used for a time unit.
- setMinute(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Minute.
- setMinutes(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
- setMinWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'minWidth' property in the element.
- setMirror(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- setMirror(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the flips tick labels around axis, displaying the labels inside the chart instead of outside.
Note: Only applicable to vertical scales.
- setMiterLimit(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the miter limit ratio.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets which elements appear in the tooltip.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Interaction
-
Sets which elements appear in the tooltip.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets which elements appear in the tooltip.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
Sets which elements appear in the tooltip.
- setMode(InteractionAxis) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions.
- setMode(ModeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime.
- setMode(NativeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Pan
-
Sets the modifier key to activate panning.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Wheel
-
Sets the modifier key to activate zooming by wheeling.
- setMonth(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
- setMonth(MixedItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Month.
- setMultiBorderSkipped(BorderSkipped...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edges to skip drawing the border for.
- setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMustKeepDefaultsAligned(boolean) - Static method in class org.pepstock.charba.client.intl.CLocale
-
- setName(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Sets the name of a meta-data property to define for a document.
- setNewId(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Creates new internal id in the native object container.
- setNewIncrementalId() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Stores new incremental id if not previously stored.
- setNewIncrementalId(String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Stores new incremental id if not previously stored.
- setNodeValue(String) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Sets the value of the current node.
- setNotation(Notation) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the formatting that should be displayed for the number.
PAY ATTENTION
This method is not supported on Safari.
- setNotation(Notation) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the formatting that should be displayed for the number.
PAY ATTENTION
This method is not supported on Safari.
- setNotation(Notation) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the formatting that should be displayed for the number.
PAY ATTENTION
This method is not supported on Safari.
- setNotation(Notation) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the formatting that should be displayed for the number.
PAY ATTENTION
This method is not supported on Safari.
- setNoWrap(boolean) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the value reflecting the nowrap attribute and indicating if cell content can be broken in several lines.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the name of numbering systems that LUXON must use by the date adapter.
See
here the details about numbering system in LUXON.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the name of numbering systems that LUXON must use by the date adapter.
See
here the details about numbering system in LUXON.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the name of numbering systems that LUXON must use by the date adapter.
See
here the details about numbering system in LUXON.
- setObjects(Dataset.CanvasObjectKey, ArrayObject, String) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Stores and array of canvas object in the native java script object.
- setOffset(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc offset (in pixels).
- setOffset(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
This is set to true in the bar chart by default.
- setOffset(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default.
- setOffset(int...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc offset (in pixels).
- setOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback.
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback.
- setOffset(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the distance (in pixels) to pull the label away from the anchor point.
- setOffset(OffsetCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the offset callback.
- setOffset(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the distance (in pixels) to pull the label away from the anchor point.
- setOffset(OffsetCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the offset callback.
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the offset callback.
- setOffset(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If true, extra space is added to the both edges and the axis is scaled to fit in the the chart area.
- setOffset(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc offset (in pixels).
- setOffset(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default.
- setOnlyYAxis(boolean) - Method in class org.pepstock.charba.client.configuration.StackedScales
-
Sets true if there is only a Y axis, otherwise false.
- setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the opacity.
- setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the opacity callback.
- setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the opacity.
- setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the opacity callback.
- setOpacity(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the opacity callback.
- setOpacity(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'opacity' property in the element.
- setOptions(NativeObject) - Method in class org.pepstock.charba.client.Chart
-
Sets new options node, as native object, for updating a existing chart.
- setOptions(T) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets the plugin options.
- setOptions(String, T) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets the plugin options.
If passed options is null, the configuration of plugin will be removed.
- setOptions(NativeObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the options of chart by the options property in the native object.
- setOptions(IsChart, T) - Method in class org.pepstock.charba.client.Configuration
-
Sets the options of the chart.
- setOptions(T) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the plugin options.
- setOptions(String, T) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the plugin data set configuration.
If data set configuration options is null, the configuration of plugin will be removed.
- setOptions(T) - Method in class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
-
- setOptions(String, T) - Method in class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
-
- setOptions(T) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets the plugin options.
- setOptions(String, T) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets the plugin options.
If passed options is null, the configuration of plugin will be removed.
- setOptionsBuilder(DataLabelsOptionsBuilder) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
- setOptionsBuilder(LabelsOptionsBuilder) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
- setOrder(int) - Method in interface org.pepstock.charba.client.data.HasOrder
-
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
- setOrder(int) - Method in class org.pepstock.charba.client.data.OrderHandler
-
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
- setOuter(double) - Method in class org.pepstock.charba.client.colors.Radius
-
Sets the outer radius if an arc.
- setOuterEnd(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for outer-end corner of the arc, in pixel.
- setOuterStart(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for outer-start corner of the arc, in pixel.
- setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the name of calendaring systems that LUXON must use by the date adapter.
See
here the list of implemented and available.
- setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the name of calendaring systems that LUXON must use by the date adapter.
See
here the list of implemented and available.
- setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the name of calendaring systems that LUXON must use by the date adapter.
See
here the list of implemented and available.
- setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.Label
-
- setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
- setOverflow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'overflow' property in the element.
- setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if draws label even it's overlap.
- setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if draws label even it's overlap.
- setOverScaleMode(InteractionAxis) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
If under mouse hasn't scale, then return all other scales which 'mode' is different with overScaleMode.
So 'overScaleMode' works as a limiter to scale the user-selected scale (in 'mode') only when the cursor is under the scale, and other directions in 'mode' works as before.
- setOverScaleMode(ModeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor
is over one of scale
- setOverScaleMode(NativeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor
is over one of scale
- setPadding(PaddingCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Layout
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Layout
-
Sets the padding callback.
- setPadding(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the padding to apply around labels.
- setPadding(int) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the padding between chart and point labels, in pixels.
- setPadding(SimplePaddingCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the the padding callback.
- setPadding(int) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the padding between the tick label and the axis.
- setPadding(PaddingCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the padding callback.
- setPadding(PaddingCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding callback.
- setPadding(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding size to all dimensions.
- setPadding(PaddingCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the padding callback.
- setPadding(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'padding' property in the element.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the padding of selection cleaner element.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the padding of selection cleaner element.
- setPadding(PaddingCallback<T>) - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Sets the padding callback.
- setPadding(int) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the padding to apply around labels.
- setPadding(int) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the padding between chart and point labels, in pixels.
- setPadding(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the padding between the tick label and the axis.
When set on a vertical axis, this applies in the horizontal (X) direction.
When set on a horizontal axis, this applies in the vertical (Y) direction.
- setPaddingBottom(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding bottom in pixel.
- setPaddingBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingBottom' property in the element.
- setPaddingBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding bottom in pixel
- setPaddingLeft(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding left in pixel.
- setPaddingLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingLeft' property in the element.
- setPaddingLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding left in pixel
- setPaddingRight(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding right in pixel.
- setPaddingRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingRight' property in the element.
- setPaddingRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding right in pixel
- setPaddingTop(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding top in pixel.
- setPaddingTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingTop' property in the element.
- setPaddingTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding top in pixel
- setParentDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the draw time defined as default in the options from the parent.
- setParentDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the draw time defined as default in the options from the parent.
- setParser(String) - Method in class org.pepstock.charba.client.configuration.Time
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- setParser(String) - Method in class org.pepstock.charba.client.options.Time
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- setPercentageThreshold(boolean) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Sets true if percentage threshold is used, otherwise false.
- setPlugins(ArrayObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the inline plugins of chart by the plugins property in the native object.
- setPlugins(IsChart, Plugins) - Method in class org.pepstock.charba.client.Configuration
-
Sets the plugins of chart.
- setPointBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color for points.
- setPointBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color for points.
- setPointBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the gradients for points.
- setPointBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color callback.
- setPointBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color callback.
- setPointBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border color for points.
- setPointBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border color for points.
- setPointBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border gradient for points.
- setPointBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color callback.
- setPointBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color callback.
- setPointBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the width of the point border in pixels.
- setPointBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border width callback.
- setPointBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border width callback.
- setPointHitRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setPointHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hit radius callback.
- setPointHitRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hit radius callback.
- setPointHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color when hovered.
- setPointHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color when hovered.
- setPointHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background gradient when hovered.
- setPointHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color callback.
- setPointHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color callback.
- setPointHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color when hovered.
- setPointHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color when hovered.
- setPointHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border gradient when hovered.
- setPointHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border color callback.
- setPointHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border color callback.
- setPointHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width of point when hovered.
- setPointHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border width callback.
- setPointHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border width callback.
- setPointHoverRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the radius of the point when hovered.
- setPointHoverRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover radius callback.
- setPointHoverRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover radius callback.
- setPointRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the radius of the point shape.
If set to 0, the point is not rendered.
- setPointRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point radius callback.
- setPointRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point radius callback.
- setPointRotation(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the rotation of the point in degrees.
- setPointRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point rotation callback.
- setPointRotation(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point rotation callback.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the point style as shape of the tile.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the style of the point.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the style of the point as image .
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
- setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point as image .
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the style of the point for legend.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the style of the point for legend as image.
- setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the point style callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the point style callback.
- setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the style of the point.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the point style callback.
- setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the point style callback.
- setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the style of the point.
- setPointStyle(Img...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the style of the point as image.
- setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point style callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point style callback.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style of the legend box (only used if usePointStyle is true)
- setPointStyle(Img) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style (as image) of the legend box (only used if usePointStyle is true)
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the style of the point.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the style of the point as image.
- setPointStyle(PointStyle) - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Sets the style of the point.
- setPointStyle(Img) - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Sets the style of the point as image.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Sets the style of the point.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Sets the style of the point as image.
- setPosition(LabelPosition) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the anchor position of label on line.
- setPosition(LabelPositionCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the anchor position of label on line.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the anchor position of label on line.
- setPosition(AxisPosition) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
- setPosition(Position) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the position of the legend.
- setPosition(Position) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the position of title.
- setPosition(PositionCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the position callback.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the position callback.
- setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the mode for positioning the tooltip.
- setPosition(Position) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'position' property in the element.
- setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner label position.
- setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner label position.
- setPosition(Position) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the position of axis
- setPosition(Position) - Method in class org.pepstock.charba.client.labels.Label
-
+ Sets the position to draw label.
- setPosition(Position) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
+ Sets the position to draw label.
- setPosition(Position) - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Sets the position of element.
- setPosition(AxisPosition) - Method in class org.pepstock.charba.client.options.AbstractScale
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
- setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the mode for positioning the tooltip.
- setPrecision(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- setPrecision(PrecisionCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the precision callback instance.
- setPrecision(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the precision callback instance.
- setPrecision(PrecisionCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the precision callback instance.
- setPrecision(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the precision callback instance.
- setPrecision(int) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the decimal places to apply to render the value.
- setPrecision(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the precision for percentage.
- setPrecision(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the precision for percentage.
- setPrecision(int) - Method in class org.pepstock.charba.client.options.Ticks
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- setProgressCallback(ProgressCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called while the user is zooming or panning.
- setPropagate(boolean) - Method in class org.pepstock.charba.client.configuration.Filler
-
Sets true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
- setPropagate(boolean) - Method in class org.pepstock.charba.client.options.Filler
-
Sets true if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets.
- setProperties(AnimationPropertyKey...) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the properties to be defined in the the animation collection.
- setProperties(List<AnimationPropertyKey>) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the properties to be defined in the the animation collection.
- setR(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets the bubble radius in pixels (not scaled).
It is not scaled by the chart, it is the raw radius in pixels of the bubble that is drawn on the canvas.
- setRadius(double) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the radius of the point shape.
If set to 0, the point is not rendered.
- setRadius(RadiusCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the callback to set the radius.
- setRadius(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the callback to set the radius.
- setRadius(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the outer radius of the chart.
As
Double, it is considered to be pixels.
- setRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius of the point shape.
If set to 0, the point is not rendered.
- setRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius of the point shape.
If set to 0, the point is not rendered.
- setRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius callback.
- setRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius callback.
- setRadius(double) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Sets the radius of the tile for point style legend.
- setRadius(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the outer radius of the chart.
As
Double, it is considered to be pixels.
- setRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the radius of the point shape.
If set to 0, the point is not rendered.
- setRadiusPercentage(String) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the outer radius of the chart.
As
String and ending with '%', percentage of the maximum radius.
- setRadiusPercentage(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the outer radius of the chart.
As
String and ending with '%', percentage of the maximum radius.
- setRegion(Region) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Sets the region to use for locale.
- setRejectedCallback(RejectedCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called once zooming or panning is rejected.
- setRender(Render) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the render type of data in chart.
- setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner render.
- setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner render.
- setRender(Render) - Method in class org.pepstock.charba.client.labels.Label
-
Sets what data must be showed.
- setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the render callback.
- setRender(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the render callback.
- setRender(Render) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets what data must be showed.
- setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the render callback.
- setResizeDelay(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
- setResizeDelay(int) - Method in class org.pepstock.charba.client.options.Options
-
Sets the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements.
- setResources(ChartEnvelop<T>) - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Sets the resources type to use to inject java script code.
If the resources type was already set or if is
null an exception will be throw.
This is deprecated, use
Charba.
- setResponsive(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the resizing of the chart canvas when its container does.
- setResponsive(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets the resizing of the chart canvas when its container does.
- setReverse(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the reverses order of tick labels.
- setReverse(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the legend will show datasets in reverse order.
- setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
If set to true, the order of the colors in the selected scheme is reversed.
- setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
If set to true, the order of the colors in the selected scheme is reversed.
- setReverse(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the reverses order of tick labels.
- setReverse(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the legend will show datasets in reverse order.
- setRight(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the right coordinate.
- setRight(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width right in pixel.
- setRight(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip right.
- setRight(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip right.
- setRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'right' property in the element.
- setRight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Sets the right.
- setRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the right location in pixel
- setRight(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
-
- setRight(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding right in pixel.
- setRotation(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the rotation of label in degrees.
- setRotation(RotationCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the rotation of label in degrees.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the rotation of label in degrees.
- setRotation(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the starting angle to draw arcs from.
- setRotation(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the point rotation (in degrees).
- setRotation(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation of the point in degrees.
- setRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation callback.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation callback.
- setRotation(double) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the starting angle to draw arcs from.
- setRotation(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- setRotation(RotationCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the rotation callback.
- setRotation(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- setRotation(RotationCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the rotation callback.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the rotation callback.
- setRotation(double) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the rotation of the point in degrees (only used if usePointStyle is true).
- setRotation(double) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the rotation of label in degrees.
- setRotation(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the starting angle to draw arcs from.
- setRotation(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the point rotation (in degrees).
- setRound(boolean) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(boolean) - Method in class org.pepstock.charba.client.options.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
-
If defined, dates will be rounded to the start of this unit.
- setRowSpan(int) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the value indicating the number of rows this cell must span; this lets a cell occupy space across multiple rows of the table.
- setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets true for rendering the legends from right to left.
- setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets true for rendering the tooltips from right to left.
- setRtl(boolean) - Method in interface org.pepstock.charba.client.options.HasTextDirection
-
Sets true for rendering the tooltips from right to left.
- setRtl(boolean) - Method in class org.pepstock.charba.client.options.TextDirectionHandler
-
Sets true for rendering the tooltips from right to left.
- setSamples(double) - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the
DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
- setSamples(double) - Method in class org.pepstock.charba.client.options.Decimation
-
If the
DecimationAlgorithm.LTTB algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel.
- setSampleSize(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
- setSampleSize(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
- setScaleID(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the ID of the scale to bind onto.
- setScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the ID of the scale to bind onto.
- setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Sets the color scheme.
- setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Sets the color scheme.
- setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- setScript(Script) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Sets the script code of the locale.
- setSecond(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Second.
- setSeconds(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
- setShadowBlur(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the amount of blur applied to shadows.
- setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow intensity.
- setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow intensity.
- setShadowColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the color of shadows.
The shadow's rendered opacity will be affected by the opacity of the fillStyle color when filling, and of the strokeStyle color when stroking.
- setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow color as color.
- setShadowColor(String) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow color as string.
- setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow color as color.
- setShadowColor(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow color as string.
- setShadowOffsetX(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the distance that shadows will be offset horizontally.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow X offset.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow X offset.
- setShadowOffsetY(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the distance that shadows will be offset vertically.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow Y offset.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow Y offset.
- setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the shape of the tile.
- setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the shape of the tile.
- setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the shape color of tile.
- setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the shape color of tile.
- setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the shape color of tile.
- setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the shape color of tile.
- setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
- setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
- setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.configuration.Tick
-
If true, draw a background behind the tick labels.
- setShowLabelBackdrop(ShowLabelBackdropCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the show label backdrop callback instance.
- setShowLabelBackdrop(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the show label backdrop callback instance.
- setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If true, draw a background behind the tick labels.
- setShowLine(boolean) - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
If false, the lines between points are not drawn.
- setShowLine(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is not drawn for this dataset.
- setShowLine(boolean) - Method in class org.pepstock.charba.client.options.Options
-
If false, the lines between points are not drawn.
- setShowLine(boolean) - Method in class org.pepstock.charba.client.options.TypedDataset
-
Sets if the line is not drawn for this data set.
- setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets whether or not labels of value 0 are displayed.
- setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets whether or not labels of value 0 are displayed.
- setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets when to display the sign for the number.
PAY ATTENTION
This method is not supported on Safari.
- setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets when to display the sign for the number.
PAY ATTENTION
This method is not supported on Safari.
- setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets when to display the sign for the number.
PAY ATTENTION
This method is not supported on Safari.
- setSignDisplay(SignDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets when to display the sign for the number.
PAY ATTENTION
This method is not supported on Safari.
- setSingleBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edge to skip drawing the border for.
- setSingleStacked(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets if you might want to stack positive and negative values together.
- setSingleStacked(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets if you might want to stack positive and negative values together.
- setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the size of the tile, minimum size is the default size.
- setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the size of the tile, minimum size is the default size.
- setSize(int) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font size.
- setSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'size' property in the element.
- setSize(int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Sets the size of the tile for point style legend.
- setSize(int) - Method in class org.pepstock.charba.client.options.AbstractFont
-
- setSize(int) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
-
- setSize(int) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font size.
- setSize(int) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font size.
- setSkipNextFireEvent(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Sets if next event firing should be skipped.
- setSkipNull(boolean) - Method in class org.pepstock.charba.client.configuration.BarOptions
-
If true, null or undefined values will not be drawn.
- setSkipNull(boolean) - Method in class org.pepstock.charba.client.options.Options
-
If true, null or undefined values will not be drawn.
- setSnapshot(Img) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
- setSource(TickSource) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the property controls the ticks generation.
- setSource(Object) - Method in class org.pepstock.charba.client.events.Event
-
Set the source that triggered this event.
It should be always a chart instance.
- setSource(TickSource) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the property controls the ticks generation.
- setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the spacing between label and image for selection cleaner element.
- setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the spacing between label and image for selection cleaner element.
- setSpanGaps(boolean) - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
If false, NaN data causes a break in the line.
- setSpanGaps(boolean) - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Sets if lines will be drawn between points with no or null data.
If
false, points with
Double.NaN data will create a break in the line.
- setSpanGaps(double) - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Sets the value of the data if lines will be drawn between points with no or null data.
- setSpanGaps(boolean) - Method in class org.pepstock.charba.client.options.SpanGapHandler
-
Sets if lines will be drawn between points with no or null data.
If
false, points with
Double.NaN data will create a break in the line.
- setSpanGaps(double) - Method in class org.pepstock.charba.client.options.SpanGapHandler
-
Sets the value of the data if lines will be drawn between points with no or null data.
- setSpeed(double) - Method in class org.pepstock.charba.client.zoom.Wheel
-
Sets the speed of element via mouse wheel (percentage of element on a wheel event).
Must be a value from 0 and 1.
- setSrc(String) - Method in class org.pepstock.charba.client.dom.elements.Img
-
Sets the full URL of the image including base URI.
- setSrc(String) - Method in class org.pepstock.charba.client.dom.elements.Script
-
Sets the URL of an external script.
- setStacked(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets if the axis are stacked or not.
- setStacked(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets if the axis are stacked or not.
- setStackedProperty(Axis...) - Method in class org.pepstock.charba.client.configuration.StackedScales
-
Scans all axes and set flag for stacked
- setStackGroup(String) - Method in class org.pepstock.charba.client.data.BarStackHandler
-
Sets the name of stack group.
- setStackGroup(String) - Method in interface org.pepstock.charba.client.data.HasBarStackGroup
-
Sets the name of stack group.
- setStart(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the start value of the axis
- setStartAngle(double) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets the starting angle to draw arcs for the first item in a data set.
- setStartAngle(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the starting angle to draw arcs for the first item in a data set.
- setStartCallback(StartCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called once zooming or panning is started.
- setStartValue(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Sets the start value retrieved from scale
- setStatus(SelectionStatus) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Sets the status of selection.
- setStepped(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets true to show the line as a stepped line (tension will be ignored).
- setStepped(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored.
- setStepped(Stepped) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored.
- setStepped(boolean) - Method in class org.pepstock.charba.client.options.Line
-
Sets true to show the line as a stepped line (tension will be ignored).
- setStepSize(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the user defined fixed step size for the scale.
- setStepSize(StepSizeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the stepSize callback instance.
- setStepSize(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the stepSize callback instance.
- setStepSize(StepSizeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the stepSize callback instance.
- setStepSize(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the stepSize callback instance.
- setStepSize(double) - Method in class org.pepstock.charba.client.configuration.Time
-
The number of units between grid.
- setStepSize(double) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the user defined fixed step size for the scale.
- setStepSize(double) - Method in class org.pepstock.charba.client.options.Time
-
The number of units between grid.
- setStrokeColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke color is used for the lines around shapes.
- setStrokeColor(IsColor) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke color is used for the lines around shapes.
- setStrokeGradient(CanvasGradientItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke gradient is used for the lines around shapes.
- setStrokePattern(CanvasPatternItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke pattern is used for the lines around shapes.
- setStrokeStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as color.
- setStrokeStyle(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as color.
- setStrokeStyle(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as canvas pattern.
- setStrokeStyle(IsChart, Pattern) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as pattern.
- setStrokeStyle(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as canvas gradient.
- setStrokeStyle(IsChart, Gradient) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as gradient.
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(Style) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the formatting style to use.
- setStyle(Style) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the formatting style to use.
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.AbstractFont
-
- setStyle(Style) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the formatting style to use.
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
-
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(FontStyle) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(Style) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the formatting style to use.
- setSubtree(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to extend monitoring to the entire subtree of nodes rooted at target.
The default value is false.
- setSuggestedMax(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMin(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the adjustment used when calculating the minimum data value.
- setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the adjustment used when calculating the minimum data value.
- setTabIndex(int) - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Sets a number representing the position of the element in the tabbing order.
- setTension(double) - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- setTension(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets curve tension of the line.
- setTension(double) - Method in class org.pepstock.charba.client.options.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- setText(String...) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines.
- setText(String) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the title text to display.
- setText(SafeHtml) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the text that will be displayed, as HTML.
This field is used ONLY by
HtmlLegend plugin and not by CHART.js.
- setText(String...) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the title text to display.
- setText(TextCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the text callback.
- setText(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the text callback.
- setText(String) - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Sets the text that will be displayed.
- setText(SafeHtml) - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Sets the label that will be displayed, as HTML.
This field is used ONLY by
HtmlLegend plugin and not by CHART.js.
- setText(String) - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Sets the label that will be displayed.
- setText(SafeHtml) - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Sets the label that will be displayed, as HTML.
This field is used ONLY by
HtmlLegend plugin and not by CHART.js.
- setText(String...) - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines.
- setText(String...) - Method in class org.pepstock.charba.client.options.Title
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the horizontal alignment of the label text when multiple lines.
- setTextAlign(TextAlignCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the horizontal alignment of the label text when multiple lines.
- setTextAlign(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the horizontal alignment of the label text when multiple lines.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the horizontal alignment of the label text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text alignment being used when drawing the label text.
- setTextAlign(TextAlignCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text align callback.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text alignment being used when drawing the label text when multiple lines.
- setTextAlign(TextAlignCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text align callback.
- setTextAlign(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text align callback.
- setTextAlign(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textAlign' property in the element.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text alignment used when drawing text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the horizontal alignment of the label text.
- setTextBaseline(TextBaseline) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text baseline used when drawing text.
- setTextContent(String) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Sets the textual content of an element and all its descendants.
- setTextDecoration(TextDecoration) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textDecoration' property in the element.
- setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the text direction of the legend that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
- setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip, regardless of the CSS specified on the canvas.
- setTextDirection(TextDirection) - Method in interface org.pepstock.charba.client.options.HasTextDirection
-
Sets the text direction of the tooltips that will force the text direction on the canvas for rendering the tooltips, regardless of the CSS specified on the canvas.
- setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.options.TextDirectionHandler
-
Sets the text direction of the tooltips that will force the text direction on the canvas for rendering the tooltips, regardless of the CSS specified on the canvas.
- setTextIndent(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textIndent' property in the element.
- setTextMargin(int) - Method in class org.pepstock.charba.client.labels.Label
-
- setTextMargin(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
- setTextOverflow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textOverflow' property in the element.
- setTextShadow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textShadow' property in the element.
- setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if draws text shadows under labels.
- setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if draws text shadows under labels.
- setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow blur.
- setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow blur callback.
- setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow blur.
- setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow blur callback.
- setTextShadowBlur(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow blur callback.
- setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow color color.
- setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow color color.
- setTextShadowColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow color callback.
- setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color color.
- setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color color.
- setTextShadowColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color callback.
- setTextShadowColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color callback.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke color.
- setTextStrokeColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke color callback.
- setTextStrokeColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke color callback.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke color.
- setTextStrokeColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke color callback.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color.
- setTextStrokeColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color callback.
- setTextStrokeColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color callback.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the text stroke color.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke width.
- setTextStrokeWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke width callback.
- setTextStrokeWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke width callback.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke width.
- setTextStrokeWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke width callback.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke width.
- setTextStrokeWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke width callback.
- setTextStrokeWidth(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke width callback.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the text stroke width.
- setThreshold(double) - Method in class org.pepstock.charba.client.zoom.Pan
-
Sets the minimal pan distance required before actually applying pan.
- setThresholds(Threshold...) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Sets all thresholds to use for this gauge.
- setTickBorderDash(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the length and spacing of the tick mark line.
- setTickBorderDash(int) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the length and spacing of the tick mark line.
- setTickBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the offset for the line dash of the tick mark.
- setTickBorderDashOffset(BorderDashOffsetCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick border dash offset callback instance.
- setTickBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick border dash offset callback instance.
- setTickBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the offset for the line dash of the tick mark.
- setTickColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the color of the tick line.
- setTickColor(String...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the color of the tick line.
- setTickColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick color callback instance.
- setTickColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick color callback instance.
- setTickColor(IsColor...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the tick line.
- setTickColor(String...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the tick line.
- setTickLength(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the length in pixels that the grid will draw in the the axis area.
- setTickLength(int) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the length in pixels that the grid will draw in the the axis area.
- setTicks(String...) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets an array of ticks
- setTickWidth(int...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the width of the tick marks in pixels.
- setTickWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick width callback instance.
- setTickWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick width callback instance.
- setTickWidth(int...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the width of the tick marks in pixels.
- setTime(long) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
- setTime(Date) - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Sets the time of time series item.
- setTimeout(Window.AsyncCallback, int) - Static method in class org.pepstock.charba.client.utils.Window
-
Sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeoutID(int) - Method in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
-
Sets the identifier of the timeout you want to cancel.
- setTimeSeriesData(TimeSeriesItem...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of time series items.
- setTimeSeriesData(List<TimeSeriesItem>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of time series items.
- setTimeStyle(DateTimeStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
- setTimeZone(TimeZone) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the time zone to use.
- setTimeZoneName(TimeZoneName) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the time zone name.
- setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title alignment.
- setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title alignment.
- setTitleCallback(TooltipTitleCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user title callback.
- setTitleColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font color.
- setTitleColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font color.
- setTitleColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the margin to add on bottom of title section.
- setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the margin to add on bottom of title section.
- setTitleSpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the spacing to add to top and bottom of each title line.
- setTitleSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each title line.
- setTo(boolean) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as number.
- setTo(double) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as number.
- setTo(String) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as color string.
- setTo(IsColor) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as color.
- setTo(ToCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation by a callback.
- setTo(NativeCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation by a callback.
- setTooltipActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- setTooltipActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- setTooltipActiveElements(List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(Chart, ArrayObject) - Method in class org.pepstock.charba.client.JsChartHelper
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(Chart, ArrayObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Sets the active tooltip elements for the chart.
- setTooltipFormat(String) - Method in class org.pepstock.charba.client.configuration.Time
-
The LUXON format string to use for the tooltip.
- setTooltipFormat(String) - Method in class org.pepstock.charba.client.options.Time
-
The format string to use for the tooltip.
- setTop(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the top coordinate.
- setTop(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width top in pixel.
- setTop(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip top.
- setTop(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip top.
- setTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'top' property in the element.
- setTop(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Sets the top.
- setTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the top location in pixel
- setTop(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
-
- setTop(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding top in pixel.
- setTopLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for top-left corner of the rectangle, in pixel.
- setTopLeft(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for top-left corner of the rectangle, in pixel.
- setTopRight(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for top-right corner of the rectangle, in pixel.
- setTopRight(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for top-right corner of the rectangle, in pixel.
- setType(Type) - Method in class org.pepstock.charba.client.Configuration
-
Sets the type of chart.
- setType(String) - Method in class org.pepstock.charba.client.dom.elements.Script
-
Sets the MIME type of the script.
- setType(String) - Method in class org.pepstock.charba.client.dom.elements.Style
-
Sets the type of style being applied by this statement.
- setType(AnimationType) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the type of from property and determines the interpolator used.
- setType(AxisType) - Method in class org.pepstock.charba.client.options.Scale
-
Type of scale being employed.
- setUnit(boolean) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, will force the unit to be a certain type.
- setUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, will force the unit to be a certain type.
- setUnit(boolean) - Method in class org.pepstock.charba.client.options.Time
-
If defined, will force the unit to be a certain type.
- setUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
-
If defined, will force the unit to be a certain type.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the unit formatting style to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the unit formatting style to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the unit formatting style to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the unit formatting style to use in unit formatting.
PAY ATTENTION
This method is not supported on Safari.
- setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.
PAY ATTENTION
This method is not supported on Safari.
- setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.
PAY ATTENTION
This method is not supported on Safari.
- setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.
PAY ATTENTION
This method is not supported on Safari.
- setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.
PAY ATTENTION
This method is not supported on Safari.
- setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.
PAY ATTENTION
This method is not supported on Safari.
- setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.
PAY ATTENTION
This method is not supported on Safari.
- setUnitsOfMeasure(MeasureUnit...) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.
PAY ATTENTION
This method is not supported on Safari.
- setUnitsOfMeasure(List<MeasureUnit>) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created.
PAY ATTENTION
This method is not supported on Safari.
- setUseGrouping(boolean) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
- setUseGrouping(boolean) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
- setUseGrouping(boolean) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
- setUseGrouping(boolean) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets true whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets if label style will match corresponding point style (size is based on font size, boxWidth is not used in this case).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets if to use the corresponding point style (from dataset options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets true if clear of selection label will e applied in the chart, otherwise false.
- setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets true if clear of selection label will e applied in the chart, otherwise false.
- setVAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the content of the cell must be vertically aligned.
- setVAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Sets the value indicating how the content of the cell must be vertically aligned.
- setValue(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value to draw the line at.
- setValue(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value to draw the line at.
- setValue(Date) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value to draw the line at.
- setValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the left edge of the box, in units along the x axis.
- setValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the left edge of the box, in units along the x axis.
- setValue(int) - Method in class org.pepstock.charba.client.commons.NativeIntegerDescriptor
-
Sets the value associated with the property.
- setValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (int) in the embedded JavaScript object at specific property.
- setValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (double) in the embedded JavaScript object at specific property.
- setValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (boolean) in the embedded JavaScript object at specific property.
- setValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (string) in the embedded JavaScript object at specific property.
- setValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (date) in the embedded JavaScript object at specific property.
- setValue(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
- setValue(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
- setValue(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
- setValue(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
- setValue(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (native callback function) in the embedded JavaScript object at specific property.
- setValue(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (image) in the embedded JavaScript object at specific property.
- setValue(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (gradient) in the embedded JavaScript object at specific property.
- setValue(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (pattern) in the embedded JavaScript object at specific property.
- setValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
- setValue(Key, Chart) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (chart) in the embedded JavaScript object at specific property.
- setValue(Key, BaseNativeEvent) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (event) in the embedded JavaScript object at specific property.
- setValue(double) - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Sets the value of time series item.
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Sets the value of meter or gauge dataset.
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Sets the value of threshold.
- setValueAndAddToParent(Key, int) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (int) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, double) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (double) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, boolean) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (boolean) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, String) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (string) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Date) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (date) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
- setValueAndAddToParent(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
- setValueAndAddToParent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (callback function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Img) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (image) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (gradient) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (pattern) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Chart) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (chart) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, BaseNativeEvent) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (event) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, int) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (int) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, double) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (double) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, boolean) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (boolean) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, String) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (string) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Date) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (date) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
- setValueAndAddToParent(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
- setValueAndAddToParent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (callback function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Img) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (image) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (gradient) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (pattern) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Chart) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (chart) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, BaseNativeEvent) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (event) in the embedded JavaScript object at specific property.
- setValueOrArray(Key, int...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
- setValueOrArray(Key, double...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
- setValueOrArray(Key, String...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArray(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container.
- setValueOrArray(Key, Img...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
- setValueOrArray(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
- setValueOrArray(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
- setValueOrArray(Key, Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArray(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArrayAndAddToParent(Key, int...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
- setValueOrArrayAndAddToParent(Key, double...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
- setValueOrArrayAndAddToParent(Key, String...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArrayAndAddToParent(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container.
- setValueOrArrayAndAddToParent(Key, Img...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
- setValueOrArrayAndAddToParent(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
- setValueOrArrayAndAddToParent(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
- setValueOrArrayAndAddToParent(Key, Key...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArrayAndAddToParent(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArrayAndAddToParent(Key, int...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
- setValueOrArrayAndAddToParent(Key, double...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
- setValueOrArrayAndAddToParent(Key, String...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArrayAndAddToParent(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container.
- setValueOrArrayAndAddToParent(Key, Img...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
- setValueOrArrayAndAddToParent(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
- setValueOrArrayAndAddToParent(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
- setValueOrArrayAndAddToParent(Key, Key...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArrayAndAddToParent(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValues(double, double) - Method in class org.pepstock.charba.client.data.FloatingData
-
Sets the start and end points of a bar.
- setVariantAndExtension(String) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Sets the variant and extension parts of the locale.
- setVerticalAlign(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'verticalAlign' property in the element.
- setVisibility(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'visibility' property in the element.
- setWeekDay(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the WeekDay.
- setWeight(double) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the relative thickness of the data set.
Providing a value for weight will cause the pie or doughnut data set to be drawn with a thickness relative to the sum of all the data set weight values.
- setWeight(double) - Method in class org.pepstock.charba.client.configuration.Axis
-
The weight used to sort the axis.
Higher weights are further away from the chart area.
- setWeight(Weight) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font weight, follows CSS font-style-weight options.
- setWeight(double) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
- setWeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the weight of axis
- setWeight(Weight) - Method in class org.pepstock.charba.client.options.AbstractFont
-
- setWeight(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
The weight used to sort the axis.
- setWeight(Weight) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
-
- setWeight(double) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
- setWeight(Weight) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font weight, follows CSS font-style-weight options.
- setWeight(Weight) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font weight, follows CSS font-style-weight options.
- setWhiteSpace(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'whiteSpace' property in the element.
- setWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'width' property in the element.
- setWidth(int) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Sets a positive integer reflecting the width HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used.
- setWidth(int) - Method in class org.pepstock.charba.client.dom.elements.Img
-
Sets the value that reflects the width attribute, indicating the rendered width of the image in CSS pixels.
- setWidth(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the length in pixels or in percentage of the desired width fo the entire table.
- setWidth(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the number of pixels wide the cell should be drawn, if possible.
- setWidth(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the width of selection cleaner element.
- setWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the width of axis
- setWidths(Key, int...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
- setWidths(Key, int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets a width property in the dataset, setting a single value or an array.
- setWordSpacing(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'wordSpacing' property in the element.
- setWordWrap(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'wordWrap' property in the element.
- setWritable(boolean) - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Sets true if and only if the value associated with the property may be changed
- setX(double) - Method in class org.pepstock.charba.client.colors.Center
-
Sets the X coordinate.
- setX(double) - Method in class org.pepstock.charba.client.commons.AbstractPoint
-
Sets the X coordinate of the point.
- setX(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets X value as double (for scatter and bubble datasets).
- setX(Date) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets X value as date for time series.
- setX(String) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets X value as string.
- setX(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the X point of selection cleaner element.
- setX(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding size to X dimensions (left and right).
- setXAdjust(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center.
- setXAdjust(AdjustSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
- setXAdjust(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
- setXAlign(TooltipAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the alignment of the tooltip caret in the X direction.
- setXAlign(TooltipAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the alignment of the tooltip caret in the X direction.
- setXAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the x axis to plot this data set on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the x axis to plot this data set on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the x axis to plot this data set on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the ID of the x axis to plot this dataset on.
- setXLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for X axes of the data.
- setXLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for X axes of the data.
- setXMax(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the right edge of the box.
- setXMax(double) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the right edge of the box.
- setXMax(Date) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the right edge of the box.
- setXMax(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the callback to set the right edge of the box.
- setXMax(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the callback to set the right edge of the box.
- setXMin(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the left edge of the box, in units along the x axis.
- setXMin(double) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the left edge of the box, in units along the x axis.
- setXMin(Date) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the left edge of the box, in units along the x axis.
- setXMin(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the callback to set the left edge of the box, in units along the x axis.
- setXMin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the callback to set the left edge of the box, in units along the x axis.
- setXPadding(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the padding of label to add left and right.
- setXPadding(PaddingSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the padding of label to add left and right.
- setXPadding(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the padding of label to add left and right.
- setXScaleID(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the ID of the X scale to bind onto.
- setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the ID of the X scale to bind onto.
- setXScaleID(String) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the ID of the X scale to bind onto.
- setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the ID of the X scale to bind onto.
- setXValue(String) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the data X value to draw the line at.
- setXValue(double) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the data X value to draw the line at.
- setXValue(Date) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the data X value to draw the line at.
- setXValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the callback to set the data X value to draw the line at.
- setXValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the callback to set the data X value to draw the line at.
- setY(double) - Method in class org.pepstock.charba.client.colors.Center
-
Sets the Y coordinate.
- setY(double) - Method in class org.pepstock.charba.client.commons.AbstractPoint
-
Sets the Y coordinate of the point.
- setY(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets Y value.
- setY(FloatingData) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets Y value.
- setY(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the Y point of selection cleaner element.
- setY(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding size to Y dimensions (top and bottom).
- setYAdjust(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center.
- setYAdjust(AdjustSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
- setYAdjust(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
- setYAlign(TooltipAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the alignment of the tooltip caret in the Y direction.
- setYAlign(TooltipAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the alignment of the tooltip caret in the Y direction.
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the y axis to plot this data set on.
- setYAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the y axis to plot this data set on.
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the y axis to plot this data set on.
- setYAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the y axis to plot this data set on.
- setYear(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
- setYear(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Year.
- setYLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for Y axes of the data.
- setYLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for Y axes of the data.
- setYMax(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the top edge of the box in units along the y axis.
- setYMax(double) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the top edge of the box in units along the y axis.
- setYMax(Date) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the top edge of the box in units along the y axis.
- setYMax(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the callback to set the top edge of the box in units along the y axis.
- setYMax(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the callback to set the top edge of the box in units along the y axis.
- setYMin(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the bottom edge of the box.
- setYMin(double) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the bottom edge of the box.
- setYMin(Date) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the bottom edge of the box.
- setYMin(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the callback to set the bottom edge of the box.
- setYMin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the callback to set the bottom edge of the box.
- setYPadding(int) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the padding of label to add top and bottom.
- setYPadding(PaddingSizeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the padding of label to add top and bottom.
- setYPadding(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the padding of label to add top and bottom.
- setYScaleID(String) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.AbstractXYAnnotation
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(String) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the ID of the Y scale to bind onto.
- setYValue(String) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the data Y value to draw the line at.
- setYValue(double) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the data Y value to draw the line at.
- setYValue(Date) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the data Y value to draw the line at.
- setYValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the callback to set the data Y value to draw the line at.
- setYValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the callback to set the data Y value to draw the line at.
- setZ(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets z-index of grid line layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
- setZ(int) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets z-index of tick layer.
- setZ(int) - Method in class org.pepstock.charba.client.options.Grid
-
Sets z-index of gridline layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top.
- setZ(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets z-index of tick layer.
- setZone(TimeZone) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the zone that LUXON must use by the date adapter.
See
here the details about time zone in LUXON.
- setZone(TimeZone) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the zone that LUXON must use by the date adapter.
See
here the details about time zone in LUXON.
- setZone(TimeZone) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the zone that LUXON must use by the date adapter.
See
here the details about time zone in LUXON.
- Shape - Enum in org.pepstock.charba.client.colors.tiles
-
Enumerates all available shapes applicable onto a tile.
- Shape(ShapeDrawer) - Constructor for enum org.pepstock.charba.client.colors.tiles.Shape
-
Creates a shaper with own drawer.
- shape - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
- shape - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
- shapeColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
- shapeColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
- ShapeDrawer - Class in org.pepstock.charba.client.colors.tiles
-
Base class for all shape drawer, classes which must designer on canvas the shape.
A tile is always a square and for some shapes is divided in 4 sections and not all sections are designed.
A tile is designed as following:
- ShapeDrawer() - Constructor for class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
- shapeName - Variable in class org.pepstock.charba.client.colors.tiles.AbstractShape
-
- show(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options.
- show(int) - Method in class org.pepstock.charba.client.Chart
-
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options.
- show - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
-
- show(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- show(int) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options.
- SHOW_DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
-
- ShowAndHideDefaultAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection
-
- ShowAndHideDefaultAnimations(TransitionKey) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
-
- ShowAndHideDefaultAnimationTransition(TransitionKey) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition
-
- ShowAndHideDefaultVisibleAnimationCollection(boolean) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
-
- ShowLabelBackdropCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
showLabelBackdrop property at runtime to scale's ticks instance,
RadialLinearTick.
- showLabelBackdropCallback - Variable in class org.pepstock.charba.client.configuration.Tick
-
- showLabelBackdropCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
-
- SignDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options in order to set when to display the sign for the number.
Defaults to "auto".
- SignDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.SignDisplay
-
Creates with the property value to use in the native object.
- SimplePaddingCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set padding property (not as object but only as number) at runtime to scale instance.
- SINGLE_STACKED - Static variable in class org.pepstock.charba.client.options.AbstractScale
-
- size - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
- size - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
- size() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns the number of elements in this list.
- size() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns the number of elements in this list.
- size() - Method in class org.pepstock.charba.client.data.Labels
-
Returns the amount of loaded labels.
- size - Variable in class org.pepstock.charba.client.events.ChartResizeEvent
-
- size - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
- sizeItem - Variable in class org.pepstock.charba.client.items.PluginResizeArgument
-
- SizeItem - Class in org.pepstock.charba.client.items
-
This item contains the new size of the chart after it has been resized.
This object has been created ONLY when a resize event occurs.
- SizeItem(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.SizeItem
-
Creates the item using an envelop (from configuration package) of native java script object which contains all properties.
- SizeItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.SizeItem
-
Creates the item using a native java script object which contains all properties.
- SizeItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- skipNextFireEvent - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
- skipNextRefreshFireEvent(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Sets a flag to skip to send event after refresh.
- SLASH - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for SLASH string, "/".
- SlashedLine - Class in org.pepstock.charba.client.colors.tiles
-
SLASH drawer to design a slash in the tile.
It designs a slash in the the following tile sections (A, B and C):
- SlashedLine() - Constructor for class org.pepstock.charba.client.colors.tiles.SlashedLine
-
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayChart
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- slice(int, int) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified.
- snapshot - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
- Solid - Class in org.pepstock.charba.client.colors.tiles
-
SOLID drawer does not design anything in the tile.
It maintains an empty tile, only with background color.
- Solid() - Constructor for class org.pepstock.charba.client.colors.tiles.Solid
-
- source - Variable in class org.pepstock.charba.client.events.Event
-
- Span - Class in org.pepstock.charba.client.dom.elements
-
Represents a generic inline container for phrasing content, which does not inherently represent anything.
- Span() - Constructor for class org.pepstock.charba.client.dom.elements.Span
-
To avoid any instantiation
- spanGapHandler - Variable in class org.pepstock.charba.client.data.LiningDataset
-
- spanGapHandler - Variable in class org.pepstock.charba.client.options.Options
-
- SpanGapHandler - Class in org.pepstock.charba.client.options
-
Manages the SPANGAPS property of options in order to use the same logic between line datasets and options/configuration.
- SpanGapHandler(AbstractNode, IsDefaultOptions, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.SpanGapHandler
-
Creates a span gap handler with the envelop of the native object where SPANGAPS property must be managed and the default value to use when the property does not exist.
- SpanGapHandler(AbstractNode, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.SpanGapHandler
-
Creates a span gap handler with the native object where SPANGAPS property must be managed and the default value to use when the property does not exist.
- SpanGapHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- SPIKES - Static variable in class org.pepstock.charba.client.colors.tiles.EmptyStar
-
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, String) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- SQRT_2 - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
- Square - Class in org.pepstock.charba.client.colors.tiles
-
SQUARE drawer to design a square in the tile.
It designs a square in the the following tile sections (A and B):
- Square() - Constructor for class org.pepstock.charba.client.colors.tiles.Square
-
- stacked - Variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
- StackedAreaChart - Class in org.pepstock.charba.client
-
STACKED AREA chart implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
- StackedAreaChart() - Constructor for class org.pepstock.charba.client.StackedAreaChart
-
Builds the object.
- StackedAreaChart(Type) - Constructor for class org.pepstock.charba.client.StackedAreaChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart.
- StackedAreaChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED AREA chart GWT WIDGET implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
- StackedAreaChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
-
Builds the object.
- StackedAreaChartWidget(StackedAreaChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart.
- StackedAreaDataset - Class in org.pepstock.charba.client.data
-
The stacked area chart allows a number of properties to be specified for each dataset.
- StackedAreaDataset() - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates a dataset.
It uses the global options has default.
- StackedAreaDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates a dataset.
It uses the global options has default.
- StackedAreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using a default.
- StackedAreaDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using a default.
- StackedAreaDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using chart type related to the dataset.
- StackedAreaDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using a default and chart type related to the dataset.
- StackedBarChart - Class in org.pepstock.charba.client
-
STACKED BAR chart implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces.
- StackedBarChart() - Constructor for class org.pepstock.charba.client.StackedBarChart
-
Builds the object.
- StackedBarChart(Type) - Constructor for class org.pepstock.charba.client.StackedBarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart.
- StackedBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED BAR chart GWT WIDGET implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces.
- StackedBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
-
Builds the object.
- StackedBarChartWidget(StackedBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart.
- StackedBarDataset - Class in org.pepstock.charba.client.data
-
The stacked bar area chart allows a number of properties to be specified for each dataset.
- StackedBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates a dataset.
It uses the global options has default.
- StackedBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates a dataset.
It uses the global options has default.
- StackedBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using a default.
- StackedBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using a default.
- StackedBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using chart type related to the dataset.
- StackedBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- StackedHorizontalBarDataset - Class in org.pepstock.charba.client.data
-
The stacked horizontal bar area chart allows a number of properties to be specified for each dataset.
- StackedHorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default.
- StackedHorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default.
- StackedHorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using a default.
- StackedHorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using a default.
- StackedHorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using chart type related to the dataset.
- StackedHorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- StackedOptions - Class in org.pepstock.charba.client.configuration
-
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis.
- StackedOptions(IsChart, IsDefaultScaledOptions, boolean) - Constructor for class org.pepstock.charba.client.configuration.StackedOptions
-
Builds the object storing the chart instance, default values and if only Y axis is scaled.
- StackedOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.StackedOptions
-
Builds the object storing the chart instance and default values.
- StackedScales - Class in org.pepstock.charba.client.configuration
-
Specific scales for stacked charts.
- StackedScales(ScalesOptions) - Constructor for class org.pepstock.charba.client.configuration.StackedScales
-
Builds the object storing the root options.
- StandardAnimationCollection - Class in org.pepstock.charba.client.options
-
This is a standard implementation of an animation collection
- StandardAnimationCollection(String, AnimationType) - Constructor for class org.pepstock.charba.client.options.StandardAnimationCollection
-
Builds the object with the collection value as string
- StandardAnimationProperty - Class in org.pepstock.charba.client.options
-
This is a standard implementation of an animation property.
- StandardAnimationProperty(String, AnimationType) - Constructor for class org.pepstock.charba.client.options.StandardAnimationProperty
-
Builds the object with the property value as string and its type.
- StandardAnimationTransition - Class in org.pepstock.charba.client.options
-
This is a standard implementation of an animation update mode (transition).
- StandardAnimationTransition(String) - Constructor for class org.pepstock.charba.client.options.StandardAnimationTransition
-
Builds the object with the animation update mode (transition) value as string.
- StandardAnnotationId - Class in org.pepstock.charba.client.annotation
-
This is a standard implementation of a annotation configuration object ID for
AnnotationPlugin.ID plugin.
- StandardAnnotationId(String) - Constructor for class org.pepstock.charba.client.annotation.StandardAnnotationId
-
Builds the object with the key value as string
- StandardDataLabelId - Class in org.pepstock.charba.client.datalabels
-
This is a standard implementation of a label configuration object ID for
DataLabelsPlugin.ID plugin.
- StandardDataLabelId(String) - Constructor for class org.pepstock.charba.client.datalabels.StandardDataLabelId
-
Builds the object with the key value as string
- StandardKey - Class in org.pepstock.charba.client.commons
-
This is a standard implementation of a key of property inside a Java script object.
The standard is the key name is a String.
- StandardKey(String) - Constructor for class org.pepstock.charba.client.commons.StandardKey
-
Builds the object with the key value as string
- StandardLabelId - Class in org.pepstock.charba.client.labels
-
This is a standard implementation of a label configuration object ID for
LabelsPlugin.ID plugin.
- StandardLabelId(String) - Constructor for class org.pepstock.charba.client.labels.StandardLabelId
-
Builds the object with the key value as string
- StandardScaleId - Class in org.pepstock.charba.client.options
-
This is a standard implementation of a scale id
- StandardScaleId(String) - Constructor for class org.pepstock.charba.client.options.StandardScaleId
-
Builds the object with the scale id value as string
- Star - Class in org.pepstock.charba.client.colors.tiles
-
STAR drawer to design a star in the tile.
It designs a star in the the following tile sections (only A):
- Star() - Constructor for class org.pepstock.charba.client.colors.tiles.Star
-
- start - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
- start(int) - Method in class org.pepstock.charba.client.utils.CTimer
-
Starts the timer which executes repeatedly calls, setting the time, in milliseconds (thousands of a second), the timer should delay in between executions of the specified
task.
The time will override the previous interval time.
- start() - Method in class org.pepstock.charba.client.utils.CTimer
-
Starts the timer which executes repeatedly calls.
- StartCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.ID plugin that is called when pan or zoom is about to start.
If this callback returns
false, pan or zoom is aborted and
RejectedCallback is invoked.
- startCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
-
- startCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
- startEndValue - Variable in enum org.pepstock.charba.client.enums.TextAlign
-
- starting - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
- startOf(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start of unit for the given timestamp.
- startOf(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start of unit for the given date.
- startOf(long, IsoWeekDay) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start by weekday for the given timestamp.
- startOf(Date, IsoWeekDay) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start by weekday for the given date.
- startOf(double, String, int) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Returns the start of unit for the given timestamp.
- startSelection(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Start selection on canvas by the starting X coordinate.
Can be invokes by mouse down or refresh of chart (like resizing).
- startValue - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
- status - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
- status - Variable in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
-
- Status() - Constructor for enum org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
-
- status - Variable in class org.pepstock.charba.client.utils.CTimer
-
- Status() - Constructor for enum org.pepstock.charba.client.utils.CTimer.Status
-
- Stepped - Enum in org.pepstock.charba.client.enums
-
Property to set if the line is shown as a stepped line.
- Stepped(String) - Constructor for enum org.pepstock.charba.client.enums.Stepped
-
Creates with the property value to use in the native object.
- StepSizeCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
stepSize property at runtime, for
IsLinearTick instances.
- stepSizeCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
- stepSizeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
- stop() - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to stop any current animation loop.
This will pause the chart during any current animation frame.
Call .render() to re-animate.
- stop() - Method in class org.pepstock.charba.client.Chart
-
Use this to stop any current animation loop.
- stop() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
- stop() - Method in interface org.pepstock.charba.client.IsChart
-
Use this to stop any current animation loop.
- stop() - Method in class org.pepstock.charba.client.utils.CTimer
-
Stops the timer which is currently running.
- stopCallbackProxy - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
-
- stopImmediatePropagation() - Method in class org.pepstock.charba.client.dom.BaseEvent
-
Prevents all other listeners from being called.
- stopPropagation() - Method in class org.pepstock.charba.client.dom.BaseEvent
-
Stops the propagation of events further along in the DOM.
- store(IsCastable) - Method in class org.pepstock.charba.client.colors.CanvasObject
-
- store() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the default global plugins options.
- store(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the chart plugins options.
- store(Type) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the global chart plugins options.
- store(Dataset) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the dataset options.
- storedAxes - Variable in class org.pepstock.charba.client.configuration.Scales
-
- storePluginEnablement(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Stores the "enabled" option in the cache in order to change the plugin bahaviors at runtime.
- storeType - Variable in class org.pepstock.charba.client.configuration.Axis
-
- STRING - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for STRING instances, null.
- stringify(Object, JSON.Replacer, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties
if a replacer array is specified.
it can throw an exception, TypeError ("cyclic object value") exception when a circular reference is found.
- stringify(Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string.
- stringify(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string.
- stringifyNativeObject(NativeObject, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, using a specific replacer to avoid to print internal keys of CHART.js
- stringifyWithReplacer(Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, the space value is set to -1 that no space should be used and uses a default replacer to avoid
TypeError: cyclic object value.
- stringifyWithReplacer(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, using a default replacer to avoid TypeError: cyclic object value.
- stringifyWithReplacer(Object, JSON.Replacer, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string.
- StringItemStyle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible value to set the representation of the era, day periods, weekday.
- StringItemStyle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.StringItemStyle
-
Creates with the property value to use in the native object.
- stroke() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Strokes (outlines) the current or given path with the current stroke style.
Strokes are aligned to the center of a path; in other words, half of the stroke is drawn on the inner side, and half on the outer side.
- strokeRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a rectangle that is stroked (outlined) according to the current strokeStyle and other context settings.
- strokeText(String, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Strokes - that is, draws the outlines of - the characters of a text string at the specified coordinates.
An optional parameter allows specifying a maximum width for the rendered text, which the user agent will achieve by condensing the text or by using a lower font size.
- strokeText(String, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Strokes - that is, draws the outlines of - the characters of a text string at the specified coordinates.
- Style - Class in org.pepstock.charba.client.dom.elements
-
Represents a <style> and doesn't allow to manipulate the CSS it contains.
- Style() - Constructor for class org.pepstock.charba.client.dom.elements.Style
-
To avoid any instantiation
- Style - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options in order to set the formatting style to use.
The default is "decimal".
- Style(String) - Constructor for enum org.pepstock.charba.client.intl.enums.Style
-
Creates with the property value to use in the native object.
- subList(int, int) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Not implemented
- subList(int, int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Not implemented
- submit(Runnable) - Method in class org.pepstock.charba.client.utils.CScheduler
-
Schedules immediately a task, without any delay.
- submit(Runnable, int) - Method in class org.pepstock.charba.client.utils.CScheduler
-
Schedules a task with a constant delay.
- SUFFIX_CANVAS_ELEMENT_ID - Static variable in class org.pepstock.charba.client.AbstractChart
-
- SUFFIX_LEGEND_ELEMENT_ID - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
- supportedLocalesOf(CLocale) - Method in class org.pepstock.charba.client.intl.AbstractFormat
-
Returns an array with a subset of the language tags provided in locales.
The language tags returned are those for which the runtime supports a locale in formatting that the locale matching algorithm used considers a match, so that it wouldn't
have to fall back to the default locale.
- supportedLocalesOf(CLocale) - Method in class org.pepstock.charba.client.intl.DateTimeFormat
-
- supportedLocalesOf(ArrayString, NativeObject) - Static method in class org.pepstock.charba.client.intl.NativeDateTimeFormat
-
Returns an array with a subset of the language tags provided in locales.
The language tags returned are those for which the runtime supports a locale in number formatting that the locale matching algorithm used considers a match, so that it
wouldn't have to fall back to the default locale.
- supportedLocalesOf(ArrayString, NativeObject) - Static method in class org.pepstock.charba.client.intl.NativeNumberFormat
-
Returns an array with a subset of the language tags provided in locales.
The language tags returned are those for which the runtime supports a locale in number formatting that the locale matching algorithm used considers a match, so that it
wouldn't have to fall back to the default locale.
- supportedLocalesOf(CLocale) - Method in class org.pepstock.charba.client.intl.NumberFormat
-
- value - Variable in enum org.pepstock.charba.client.AbstractChart.InternalInterationModeObject.Property
-
- value() - Method in enum org.pepstock.charba.client.AbstractChart.InternalInterationModeObject.Property
-
- value - Variable in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
-
- value() - Method in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
-
- value - Variable in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
-
- value() - Method in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
-
- value - Variable in enum org.pepstock.charba.client.annotation.AbstractXYAnnotation.Property
-
- value() - Method in enum org.pepstock.charba.client.annotation.AbstractXYAnnotation.Property
-
- value - Variable in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.annotation.AnnotationType
-
- value() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
-
- value - Variable in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
-
- value() - Method in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
-
- value - Variable in enum org.pepstock.charba.client.annotation.enums.DrawTime
-
- value() - Method in enum org.pepstock.charba.client.annotation.enums.DrawTime
-
- value - Variable in enum org.pepstock.charba.client.annotation.enums.Event
-
- value() - Method in enum org.pepstock.charba.client.annotation.enums.Event
-
- value - Variable in enum org.pepstock.charba.client.annotation.enums.LabelPosition
-
- value() - Method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
-
- value - Variable in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
-
- value() - Method in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
-
- value - Variable in enum org.pepstock.charba.client.annotation.LineLabel.Property
-
- value() - Method in enum org.pepstock.charba.client.annotation.LineLabel.Property
-
- value - Variable in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
-
- value() - Method in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
-
- value - Variable in class org.pepstock.charba.client.annotation.StandardAnnotationId
-
- value() - Method in class org.pepstock.charba.client.annotation.StandardAnnotationId
-
- value - Variable in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
-
- value() - Method in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
-
- value - Variable in enum org.pepstock.charba.client.callbacks.ChartContext.Property
-
- value() - Method in enum org.pepstock.charba.client.callbacks.ChartContext.Property
-
- value - Variable in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
-
- value() - Method in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
-
- value - Variable in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
-
- value() - Method in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
-
- value - Variable in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
-
- value() - Method in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
-
- value - Variable in enum org.pepstock.charba.client.ChartType
-
- value() - Method in enum org.pepstock.charba.client.ChartType
-
- value - Variable in enum org.pepstock.charba.client.colors.CanvasObject.Property
-
- value() - Method in enum org.pepstock.charba.client.colors.CanvasObject.Property
-
- value - Variable in enum org.pepstock.charba.client.colors.Gradient.Property
-
- value() - Method in enum org.pepstock.charba.client.colors.Gradient.Property
-
- value - Variable in enum org.pepstock.charba.client.colors.GradientColor.Property
-
- value() - Method in enum org.pepstock.charba.client.colors.GradientColor.Property
-
- value - Variable in enum org.pepstock.charba.client.colors.GradientOrientation
-
- value() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
-
- value - Variable in enum org.pepstock.charba.client.colors.GradientScope
-
- value() - Method in enum org.pepstock.charba.client.colors.GradientScope
-
- value - Variable in enum org.pepstock.charba.client.colors.GradientType
-
- value() - Method in enum org.pepstock.charba.client.colors.GradientType
-
- value - Variable in enum org.pepstock.charba.client.colors.Pattern.Property
-
- value() - Method in enum org.pepstock.charba.client.colors.Pattern.Property
-
- value() - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
-
- value() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
- value() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
-
- value - Variable in enum org.pepstock.charba.client.commons.AbstractPoint.Property
-
- value() - Method in enum org.pepstock.charba.client.commons.AbstractPoint.Property
-
- value - Variable in enum org.pepstock.charba.client.commons.Id
-
- value() - Method in enum org.pepstock.charba.client.commons.Id
-
- value - Variable in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
-
- value() - Method in interface org.pepstock.charba.client.commons.Key
-
Returns the name value of property
- value - Variable in enum org.pepstock.charba.client.commons.Merger.Property
-
- value() - Method in enum org.pepstock.charba.client.commons.Merger.Property
-
- value - Variable in class org.pepstock.charba.client.commons.StandardKey
-
- value() - Method in class org.pepstock.charba.client.commons.StandardKey
-
- value - Variable in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.Animation.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.Animation.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.Axis.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.Axis.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.Grid.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.Grid.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.Layout.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.Layout.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.LegendLabels.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.LegendLabels.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.Configuration.Property
-
- value() - Method in enum org.pepstock.charba.client.Configuration.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.Segment.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.Segment.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.Tick.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.Tick.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.Title.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.Title.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.Tooltips.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.Tooltips.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
-
- value - Variable in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
-
- value() - Method in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
-
- value() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
- value - Variable in enum org.pepstock.charba.client.controllers.WrapperController.Property
-
- value() - Method in enum org.pepstock.charba.client.controllers.WrapperController.Property
-
- value - Variable in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
-
- value() - Method in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
-
- value - Variable in enum org.pepstock.charba.client.data.BarBorderRadius.Property
-
- value() - Method in enum org.pepstock.charba.client.data.BarBorderRadius.Property
-
- value - Variable in enum org.pepstock.charba.client.data.BarDataset.Property
-
- value() - Method in enum org.pepstock.charba.client.data.BarDataset.Property
-
- value - Variable in enum org.pepstock.charba.client.data.BarStackHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.data.BarStackHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.data.BubbleDataset.Property
-
- value() - Method in enum org.pepstock.charba.client.data.BubbleDataset.Property
-
- value - Variable in enum org.pepstock.charba.client.data.Data.Property
-
- value() - Method in enum org.pepstock.charba.client.data.Data.Property
-
- value - Variable in enum org.pepstock.charba.client.data.DataPoint.Property
-
- value() - Method in enum org.pepstock.charba.client.data.DataPoint.Property
-
- value - Variable in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
-
- value() - Method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
-
- value - Variable in enum org.pepstock.charba.client.data.Dataset.CommonProperty
-
- value() - Method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
-
- value - Variable in enum org.pepstock.charba.client.data.Dataset.InternalProperty
-
- value() - Method in enum org.pepstock.charba.client.data.Dataset.InternalProperty
-
- value - Variable in enum org.pepstock.charba.client.data.LabelsHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.data.LabelsHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.data.LineDataset.Property
-
- value() - Method in enum org.pepstock.charba.client.data.LineDataset.Property
-
- value - Variable in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
-
- value() - Method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
-
- value - Variable in enum org.pepstock.charba.client.data.LiningDataset.Property
-
- value() - Method in enum org.pepstock.charba.client.data.LiningDataset.Property
-
- value - Variable in enum org.pepstock.charba.client.data.OrderHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.data.OrderHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.data.PieDataset.Property
-
- value() - Method in enum org.pepstock.charba.client.data.PieDataset.Property
-
- value - Variable in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
-
- value() - Method in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
-
- value - Variable in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.datalabels.enums.Align
-
- value() - Method in enum org.pepstock.charba.client.datalabels.enums.Align
-
- value - Variable in enum org.pepstock.charba.client.datalabels.enums.Anchor
-
- value() - Method in enum org.pepstock.charba.client.datalabels.enums.Anchor
-
- value - Variable in enum org.pepstock.charba.client.datalabels.enums.Event
-
- value() - Method in enum org.pepstock.charba.client.datalabels.enums.Event
-
- value - Variable in enum org.pepstock.charba.client.datalabels.LabelItem.Property
-
- value() - Method in enum org.pepstock.charba.client.datalabels.LabelItem.Property
-
- value - Variable in class org.pepstock.charba.client.datalabels.StandardDataLabelId
-
- value() - Method in class org.pepstock.charba.client.datalabels.StandardDataLabelId
-
- value - Variable in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
-
- value() - Method in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
-
- value - Variable in enum org.pepstock.charba.client.dom.enums.BorderStyle
-
- value() - Method in enum org.pepstock.charba.client.dom.enums.BorderStyle
-
- value - Variable in enum org.pepstock.charba.client.dom.enums.CursorType
-
- value() - Method in enum org.pepstock.charba.client.dom.enums.CursorType
-
- value - Variable in enum org.pepstock.charba.client.dom.enums.Display
-
- value() - Method in enum org.pepstock.charba.client.dom.enums.Display
-
- value - Variable in enum org.pepstock.charba.client.dom.enums.MutationType
-
- value() - Method in enum org.pepstock.charba.client.dom.enums.MutationType
-
- value - Variable in enum org.pepstock.charba.client.dom.enums.Position
-
- value() - Method in enum org.pepstock.charba.client.dom.enums.Position
-
- value - Variable in enum org.pepstock.charba.client.dom.enums.Repetition
-
- value() - Method in enum org.pepstock.charba.client.dom.enums.Repetition
-
- value - Variable in enum org.pepstock.charba.client.dom.enums.TextBaseline
-
- value() - Method in enum org.pepstock.charba.client.dom.enums.TextBaseline
-
- value - Variable in enum org.pepstock.charba.client.dom.enums.TextDecoration
-
- value() - Method in enum org.pepstock.charba.client.dom.enums.TextDecoration
-
- value - Variable in enum org.pepstock.charba.client.dom.enums.Unit
-
- value() - Method in enum org.pepstock.charba.client.dom.enums.Unit
-
- value - Variable in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
-
- value() - Method in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
-
- value - Variable in enum org.pepstock.charba.client.enums.AnimationType
-
- value() - Method in enum org.pepstock.charba.client.enums.AnimationType
-
- value - Variable in enum org.pepstock.charba.client.enums.AxisKind
-
- value() - Method in enum org.pepstock.charba.client.enums.AxisKind
-
- value - Variable in enum org.pepstock.charba.client.enums.AxisPosition
-
- value() - Method in enum org.pepstock.charba.client.enums.AxisPosition
-
- value - Variable in enum org.pepstock.charba.client.enums.AxisType
-
- value() - Method in enum org.pepstock.charba.client.enums.AxisType
-
- value - Variable in enum org.pepstock.charba.client.enums.BorderAlign
-
- value() - Method in enum org.pepstock.charba.client.enums.BorderAlign
-
- value - Variable in enum org.pepstock.charba.client.enums.BorderItemType
-
- value() - Method in enum org.pepstock.charba.client.enums.BorderItemType
-
- value - Variable in enum org.pepstock.charba.client.enums.BorderSkipped
-
- value() - Method in enum org.pepstock.charba.client.enums.BorderSkipped
-
- value - Variable in enum org.pepstock.charba.client.enums.Bounds
-
- value() - Method in enum org.pepstock.charba.client.enums.Bounds
-
- value - Variable in enum org.pepstock.charba.client.enums.CapStyle
-
- value() - Method in enum org.pepstock.charba.client.enums.CapStyle
-
- value - Variable in enum org.pepstock.charba.client.enums.ChartEventProperty
-
- value() - Method in enum org.pepstock.charba.client.enums.ChartEventProperty
-
- value - Variable in enum org.pepstock.charba.client.enums.ColorType
-
- value() - Method in enum org.pepstock.charba.client.enums.ColorType
-
- value - Variable in enum org.pepstock.charba.client.enums.ContextType
-
- value() - Method in enum org.pepstock.charba.client.enums.ContextType
-
- value - Variable in enum org.pepstock.charba.client.enums.CrossAlign
-
- value() - Method in enum org.pepstock.charba.client.enums.CrossAlign
-
- value - Variable in enum org.pepstock.charba.client.enums.CubicInterpolationMode
-
- value() - Method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
-
- value - Variable in enum org.pepstock.charba.client.enums.DataType
-
- value() - Method in enum org.pepstock.charba.client.enums.DataType
-
- value - Variable in enum org.pepstock.charba.client.enums.DecimationAlgorithm
-
- value() - Method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
-
- value - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
- value() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
- value - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
- value() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
- value - Variable in enum org.pepstock.charba.client.enums.DefaultPluginId
-
- value() - Method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
- value - Variable in enum org.pepstock.charba.client.enums.DefaultScaleId
-
- value() - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
- value - Variable in enum org.pepstock.charba.client.enums.DefaultTransitionKey
-
- value() - Method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
-
- value - Variable in enum org.pepstock.charba.client.enums.Display
-
- value() - Method in enum org.pepstock.charba.client.enums.Display
-
- value - Variable in enum org.pepstock.charba.client.enums.DrawTime
-
- value() - Method in enum org.pepstock.charba.client.enums.DrawTime
-
- value - Variable in enum org.pepstock.charba.client.enums.Easing
-
- value() - Method in enum org.pepstock.charba.client.enums.Easing
-
- value - Variable in enum org.pepstock.charba.client.enums.ElementAlign
-
- value() - Method in enum org.pepstock.charba.client.enums.ElementAlign
-
- value - Variable in enum org.pepstock.charba.client.enums.Event
-
- value() - Method in enum org.pepstock.charba.client.enums.Event
-
- value - Variable in enum org.pepstock.charba.client.enums.Fill
-
- value() - Method in enum org.pepstock.charba.client.enums.Fill
-
- value - Variable in enum org.pepstock.charba.client.enums.FillingMode
-
- value() - Method in enum org.pepstock.charba.client.enums.FillingMode
-
- value - Variable in enum org.pepstock.charba.client.enums.FontStyle
-
- value() - Method in enum org.pepstock.charba.client.enums.FontStyle
-
- value - Variable in enum org.pepstock.charba.client.enums.ImageMimeType
-
- value() - Method in enum org.pepstock.charba.client.enums.ImageMimeType
-
- value - Variable in enum org.pepstock.charba.client.enums.IndexAxis
-
- value() - Method in enum org.pepstock.charba.client.enums.IndexAxis
-
- value - Variable in enum org.pepstock.charba.client.enums.InteractionAxis
-
- value() - Method in enum org.pepstock.charba.client.enums.InteractionAxis
-
- value - Variable in enum org.pepstock.charba.client.enums.InteractionMode
-
- value() - Method in enum org.pepstock.charba.client.enums.InteractionMode
-
- value - Variable in enum org.pepstock.charba.client.enums.IsoWeekDay
-
- value() - Method in enum org.pepstock.charba.client.enums.IsoWeekDay
-
Returns the ISO day of the week.
- value - Variable in enum org.pepstock.charba.client.enums.JoinStyle
-
- value() - Method in enum org.pepstock.charba.client.enums.JoinStyle
-
- value - Variable in enum org.pepstock.charba.client.enums.LegendEventProperty
-
- value() - Method in enum org.pepstock.charba.client.enums.LegendEventProperty
-
- value - Variable in enum org.pepstock.charba.client.enums.ModifierKey
-
- value() - Method in enum org.pepstock.charba.client.enums.ModifierKey
-
- value - Variable in enum org.pepstock.charba.client.enums.PluginOptionsScope
-
- value() - Method in enum org.pepstock.charba.client.enums.PluginOptionsScope
-
- value - Variable in enum org.pepstock.charba.client.enums.PointStyle
-
- value() - Method in enum org.pepstock.charba.client.enums.PointStyle
-
- value - Variable in enum org.pepstock.charba.client.enums.Position
-
- value() - Method in enum org.pepstock.charba.client.enums.Position
-
- value() - Method in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
-
- value - Variable in enum org.pepstock.charba.client.enums.Render
-
- value() - Method in enum org.pepstock.charba.client.enums.Render
-
- value - Variable in enum org.pepstock.charba.client.enums.ScaleTitleAlign
-
- value() - Method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
-
- value - Variable in enum org.pepstock.charba.client.enums.Stepped
-
- value() - Method in enum org.pepstock.charba.client.enums.Stepped
-
- value - Variable in enum org.pepstock.charba.client.enums.TextAlign
-
- value() - Method in enum org.pepstock.charba.client.enums.TextAlign
-
- value - Variable in enum org.pepstock.charba.client.enums.TextDirection
-
- value() - Method in enum org.pepstock.charba.client.enums.TextDirection
-
- value - Variable in enum org.pepstock.charba.client.enums.TickSource
-
- value() - Method in enum org.pepstock.charba.client.enums.TickSource
-
- value - Variable in enum org.pepstock.charba.client.enums.TimeUnit
-
- value() - Method in enum org.pepstock.charba.client.enums.TimeUnit
-
- value - Variable in enum org.pepstock.charba.client.enums.TooltipAlign
-
- value() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
-
- value - Variable in enum org.pepstock.charba.client.enums.TooltipPosition
-
- value() - Method in enum org.pepstock.charba.client.enums.TooltipPosition
-
- value - Variable in enum org.pepstock.charba.client.enums.Weight
-
- value() - Method in enum org.pepstock.charba.client.enums.Weight
-
- value - Variable in class org.pepstock.charba.client.events.AxisClickEvent
-
- value - Variable in enum org.pepstock.charba.client.events.ChartEventContext.Property
-
- value() - Method in enum org.pepstock.charba.client.events.ChartEventContext.Property
-
- value - Variable in class org.pepstock.charba.client.events.EventType
-
- value() - Method in class org.pepstock.charba.client.events.EventType
-
- value - Variable in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
-
- value() - Method in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
-
- value - Variable in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
- value - Variable in class org.pepstock.charba.client.impl.charts.MeterContext
-
- value - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
- value - Variable in class org.pepstock.charba.client.impl.charts.Threshold
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.Align
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.Align
-
- value - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
- value() - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
- value() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.Render
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.Render
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
-
- value() - Method in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
-
- value - Variable in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
-
- value() - Method in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
-
- value - Variable in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.Calendar
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.Calendar
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.CompactDisplay
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.Currency
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.Currency
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.CurrencySign
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.CurrencySign
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.FormatMatcher
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.FormatPartType
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.FormatPartType
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.HourCycle
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.HourCycle
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.MeasureUnit
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.Notation
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.Notation
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.NumberingSystem
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.SignDisplay
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.SignDisplay
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.StringItemStyle
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.Style
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.Style
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.TimeZone
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.TimeZone
-
- value - Variable in enum org.pepstock.charba.client.intl.enums.TimeZoneName
-
- value() - Method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
-
- value - Variable in enum org.pepstock.charba.client.intl.FormatPart.Property
-
- value() - Method in enum org.pepstock.charba.client.intl.FormatPart.Property
-
- value - Variable in enum org.pepstock.charba.client.intl.Language
-
- value() - Method in enum org.pepstock.charba.client.intl.Language
-
- value - Variable in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.intl.Region
-
- value() - Method in enum org.pepstock.charba.client.intl.Region
-
- value - Variable in enum org.pepstock.charba.client.intl.Script
-
- value() - Method in enum org.pepstock.charba.client.intl.Script
-
- value - Variable in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
-
- value() - Method in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
-
- value - Variable in enum org.pepstock.charba.client.items.AnimationItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.AnimationItem.Property
-
- value - Variable in enum org.pepstock.charba.client.items.BaseBoxItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
-
- value - Variable in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
-
- value - Variable in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
-
- value - Variable in class org.pepstock.charba.client.items.DataItem
-
- value - Variable in enum org.pepstock.charba.client.items.DatasetElement.Property
-
- value() - Method in enum org.pepstock.charba.client.items.DatasetElement.Property
-
- value - Variable in enum org.pepstock.charba.client.items.DatasetElementOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.items.DatasetElementOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.items.DatasetItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.DatasetItem.Property
-
- value - Variable in enum org.pepstock.charba.client.items.DatasetItemController.Property
-
- value() - Method in enum org.pepstock.charba.client.items.DatasetItemController.Property
-
- value - Variable in enum org.pepstock.charba.client.items.DatasetPoint.Property
-
- value() - Method in enum org.pepstock.charba.client.items.DatasetPoint.Property
-
- value - Variable in enum org.pepstock.charba.client.items.DatasetReference.Property
-
- value() - Method in enum org.pepstock.charba.client.items.DatasetReference.Property
-
- value - Variable in enum org.pepstock.charba.client.items.LegendItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.LegendItem.Property
-
- value - Variable in enum org.pepstock.charba.client.items.LegendNode.Property
-
- value() - Method in enum org.pepstock.charba.client.items.LegendNode.Property
-
- value - Variable in enum org.pepstock.charba.client.items.LegendTextHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.items.Parsed.Property
-
- value() - Method in enum org.pepstock.charba.client.items.Parsed.Property
-
- value - Variable in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
-
- value() - Method in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
-
- value - Variable in enum org.pepstock.charba.client.items.PluginEventArgument.Property
-
- value() - Method in enum org.pepstock.charba.client.items.PluginEventArgument.Property
-
- value - Variable in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
-
- value() - Method in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
-
- value - Variable in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
-
- value() - Method in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
-
- value - Variable in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
-
- value() - Method in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
-
- value - Variable in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
-
- value() - Method in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
-
- value - Variable in enum org.pepstock.charba.client.items.ScaleItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.ScaleItem.Property
-
- value - Variable in enum org.pepstock.charba.client.items.ScaleTickItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.ScaleTickItem.Property
-
- value - Variable in class org.pepstock.charba.client.items.ScaleValueItem
-
- value - Variable in enum org.pepstock.charba.client.items.SizeItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.SizeItem.Property
-
- value - Variable in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
-
- value - Variable in enum org.pepstock.charba.client.items.TooltipItem.Property
-
- value() - Method in enum org.pepstock.charba.client.items.TooltipItem.Property
-
- value - Variable in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
-
- value() - Method in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
-
- value - Variable in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
-
- value() - Method in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
-
- value - Variable in enum org.pepstock.charba.client.items.TooltipModel.Property
-
- value() - Method in enum org.pepstock.charba.client.items.TooltipModel.Property
-
- value - Variable in enum org.pepstock.charba.client.labels.enums.Position
-
- value() - Method in enum org.pepstock.charba.client.labels.enums.Position
-
- value - Variable in enum org.pepstock.charba.client.labels.enums.Render
-
- value() - Method in enum org.pepstock.charba.client.labels.enums.Render
-
- value - Variable in enum org.pepstock.charba.client.labels.Label.Property
-
- value() - Method in enum org.pepstock.charba.client.labels.Label.Property
-
- value - Variable in enum org.pepstock.charba.client.labels.LabelsContext.Property
-
- value() - Method in enum org.pepstock.charba.client.labels.LabelsContext.Property
-
- value - Variable in class org.pepstock.charba.client.labels.StandardLabelId
-
- value() - Method in class org.pepstock.charba.client.labels.StandardLabelId
-
- value - Variable in enum org.pepstock.charba.client.options.AbstractAnimation.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AbstractAnimation.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AbstractElement.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AbstractElement.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AbstractFont.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AbstractFont.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AbstractInteraction.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AbstractInteraction.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AbstractPadding.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AbstractPadding.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AbstractScale.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AbstractScale.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AbstractScaleLines.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AbstractScaleLines.Property
-
- value - Variable in class org.pepstock.charba.client.options.AbstractStandardKey
-
- value() - Method in class org.pepstock.charba.client.options.AbstractStandardKey
-
- value - Variable in enum org.pepstock.charba.client.options.Adapters.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Adapters.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AngleLines.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AngleLines.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Animation.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Animation.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AnimationCollection.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AnimationCollection.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AnimationContainer.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AnimationContainer.Property
-
- value - Variable in enum org.pepstock.charba.client.options.AnimationTransition.Property
-
- value() - Method in enum org.pepstock.charba.client.options.AnimationTransition.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Arc.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Arc.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Bar.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Bar.Property
-
- value - Variable in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.options.BoxHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.options.BoxHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Decimation.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Decimation.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Elements.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Elements.Property
-
- value - Variable in enum org.pepstock.charba.client.options.ExtendedOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.options.ExtendedOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.options.ExtendedScale.Property
-
- value() - Method in enum org.pepstock.charba.client.options.ExtendedScale.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Filler.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Filler.Property
-
- value - Variable in enum org.pepstock.charba.client.options.FillHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.options.FillHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Font.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Font.Property
-
- value - Variable in enum org.pepstock.charba.client.options.FontContainer.Property
-
- value() - Method in enum org.pepstock.charba.client.options.FontContainer.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Grid.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Grid.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Interaction.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Interaction.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Layout.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Layout.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Legend.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Legend.Property
-
- value - Variable in enum org.pepstock.charba.client.options.LegendLabels.Property
-
- value() - Method in enum org.pepstock.charba.client.options.LegendLabels.Property
-
- value - Variable in enum org.pepstock.charba.client.options.LegendTitle.Property
-
- value() - Method in enum org.pepstock.charba.client.options.LegendTitle.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Line.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Line.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Major.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Major.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Options.CommonProperty
-
- value() - Method in enum org.pepstock.charba.client.options.Options.CommonProperty
-
- value - Variable in enum org.pepstock.charba.client.options.Options.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Options.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Padding.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Padding.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Point.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Point.Property
-
- value - Variable in enum org.pepstock.charba.client.options.PointLabels.Property
-
- value() - Method in enum org.pepstock.charba.client.options.PointLabels.Property
-
- value - Variable in enum org.pepstock.charba.client.options.PointStyleHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.options.PointStyleHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Scale.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Scale.Property
-
- value - Variable in enum org.pepstock.charba.client.options.ScaledOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.options.ScaledOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.options.ScaleTitle.Property
-
- value() - Method in enum org.pepstock.charba.client.options.ScaleTitle.Property
-
- value - Variable in enum org.pepstock.charba.client.options.SpanGapHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
-
- value() - Method in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Ticks.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Ticks.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Time.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Time.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Title.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Title.Property
-
- value - Variable in enum org.pepstock.charba.client.options.Tooltips.Property
-
- value() - Method in enum org.pepstock.charba.client.options.Tooltips.Property
-
- value - Variable in enum org.pepstock.charba.client.options.TypedDataset.Property
-
- value() - Method in enum org.pepstock.charba.client.options.TypedDataset.Property
-
- value - Variable in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
-
- value - Variable in enum org.pepstock.charba.client.plugins.PluginReference.Property
-
- value() - Method in enum org.pepstock.charba.client.plugins.PluginReference.Property
-
- value - Variable in enum org.pepstock.charba.client.plugins.WrapperPlugin.Property
-
- value() - Method in enum org.pepstock.charba.client.plugins.WrapperPlugin.Property
-
- value() - Method in class org.pepstock.charba.client.positioner.CustomTooltipPosition
-
- value - Variable in enum org.pepstock.charba.client.positioner.PositionerContext.Property
-
- value() - Method in enum org.pepstock.charba.client.positioner.PositionerContext.Property
-
- value - Variable in enum org.pepstock.charba.client.resources.ResourceName
-
- value() - Method in enum org.pepstock.charba.client.resources.ResourceName
-
- value - Variable in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.Drag.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.Drag.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.EventPoint.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.EventPoint.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.Limits.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.Limits.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.Pan.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.Pan.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.Pinch.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.Pinch.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.ScaleRange.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.ScaleRange.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.Wheel.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.Wheel.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.Zoom.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.Zoom.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.ZoomContext.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.ZoomContext.Property
-
- value - Variable in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
-
- value() - Method in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
-
- VALUE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
-
- valueAsDate - Variable in class org.pepstock.charba.client.items.ScaleValueItem
-
- valueAsFloatingData - Variable in class org.pepstock.charba.client.items.DataItem
-
- valueAsPoint - Variable in class org.pepstock.charba.client.items.DataItem
-
- valueAsString - Variable in class org.pepstock.charba.client.items.DataItem
-
- valueAsString - Variable in class org.pepstock.charba.client.items.ScaleValueItem
-
- ValueCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
- valueCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
-
- valueMaximumRatio - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
- valueOf(String) - Static method in enum org.pepstock.charba.client.AbstractChart.InternalInterationModeObject.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AbstractXYAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.DrawTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.LineLabel.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ChartContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.ChartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.CanvasObject.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GoogleChartColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.Gradient.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientColor.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.HtmlColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.Pattern.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.tiles.Shape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.UiGradient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.AbstractPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.Merger.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.ObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Animation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Axis.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Grid.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Layout.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.LegendLabels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.Configuration.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Segment.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Tick.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Title.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Tooltips.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.controllers.WrapperController.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BarBorderRadius.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BarDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BarStackHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BubbleDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Data.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.DataPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.InternalProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.LabelsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.LineDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.LiningDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.OrderHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.PieDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Anchor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.LabelItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.CursorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.MutationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Repetition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TextBaseline
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TextDecoration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AnimationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderSkipped
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Bounds
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CapStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ChartEventProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ColorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CrossAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DrawTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Easing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ElementAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.FillingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.FontStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ImageMimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.IndexAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.InteractionAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.InteractionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.JoinStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.LegendEventProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.PluginOptionsScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.PointStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Render
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Stepped
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TextDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TickSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TimeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TooltipPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Weight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.events.ChartEventContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Render
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Calendar
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CurrencySign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.FormatPartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.HourCycle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Notation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.SignDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.TimeZone
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.FormatPart.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Region
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Script
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.AnimationItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetElementOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetItemController.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetReference.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendNode.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.Parsed.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginEventArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleTickItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.SizeItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipModel.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.labels.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.labels.enums.Render
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.labels.Label.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.labels.LabelsContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractAnimation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractFont.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractInteraction.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractPadding.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractScale.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractScaleLines.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Adapters.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AngleLines.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Animation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AnimationCollection.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AnimationContainer.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AnimationTransition.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Arc.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Bar.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.BoxHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Decimation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Elements.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.ExtendedOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.ExtendedScale.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Filler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.FillHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Font.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.FontContainer.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Grid.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Interaction.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Layout.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Legend.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.LegendLabels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.LegendTitle.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Line.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Major.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Options.CommonProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Options.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Padding.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Point.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.PointLabels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.PointStyleHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Scale.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.ScaledOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.ScaleTitle.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Ticks.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Time.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Title.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Tooltips.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.TypedDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.PluginReference.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.WrapperPlugin.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.positioner.PositionerContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.resources.ResourceName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.ScaleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.CTimer.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Drag.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.EventPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Limits.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Pan.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Pinch.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ScaleRange.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Wheel.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Zoom.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ZoomContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.pepstock.charba.client.AbstractChart.InternalInterationModeObject.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AbstractXYAnnotation.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.enums.DrawTime
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.enums.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.LineLabel.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.ChartContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.ChartType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.CanvasObject.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GoogleChartColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.Gradient.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GradientColor.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GradientScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GradientType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.HtmlColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.Pattern.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.tiles.Shape
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.UiGradient
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.AbstractPoint.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.Merger.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.ObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Animation.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Axis.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Grid.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Layout.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.LegendLabels.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.Configuration.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Segment.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Tick.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Title.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Tooltips.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.controllers.WrapperController.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BarBorderRadius.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BarDataset.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BarStackHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BubbleDataset.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.Data.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.DataPoint.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.Dataset.InternalProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.LabelsHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.LineDataset.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.LiningDataset.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.OrderHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.PieDataset.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.enums.Align
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.enums.Anchor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.enums.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.LabelItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.BorderStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.CursorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.Display
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.MutationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.Repetition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.TextBaseline
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.TextDecoration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtils.CharacterToEscape
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.AnimationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.AxisKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.AxisPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.AxisType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.BorderAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.BorderItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.BorderSkipped
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Bounds
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.CapStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ChartEventProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ColorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ContextType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.CrossAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Display
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DrawTime
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Easing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ElementAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.FillingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.FontStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ImageMimeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.IndexAxis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.InteractionAxis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.InteractionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.JoinStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.LegendEventProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.PluginOptionsScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.PointStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Render
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ScaleDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Stepped
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TextDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TickSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TimeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TooltipPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Weight
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.events.ChartEventContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Align
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Render
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.Calendar
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.CurrencySign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.FormatPartType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.HourCycle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.Notation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.SignDisplay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.Style
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.TimeZone
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.FormatPart.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.Region
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.Script
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.AnimationItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.DatasetElement.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.DatasetElementOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.DatasetItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.DatasetItemController.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.DatasetPoint.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.DatasetReference.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.LegendItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.LegendNode.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.Parsed.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginEventArgument.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ScaleItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ScaleTickItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.SizeItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipModel.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.labels.enums.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.labels.enums.Render
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.labels.Label.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.labels.LabelsContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractAnimation.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractElement.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractFont.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractInteraction.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractPadding.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractScale.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractScaleLines.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Adapters.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AngleLines.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Animation.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AnimationCollection.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AnimationContainer.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AnimationTransition.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Arc.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Bar.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.BoxHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Decimation.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Elements.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.ExtendedOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.ExtendedScale.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Filler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.FillHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Font.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.FontContainer.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Grid.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Interaction.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Layout.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Legend.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.LegendLabels.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.LegendTitle.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Line.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Major.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Options.CommonProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Options.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Padding.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Point.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.PointLabels.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.PointStyleHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Scale.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.ScaledOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.ScaleTitle.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Ticks.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Time.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Title.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Tooltips.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.TypedDataset.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.plugins.PluginReference.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.plugins.WrapperPlugin.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.positioner.PositionerContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.resources.ResourceName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.ScaleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.CTimer.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Drag.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.EventPoint.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Limits.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Pan.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Pinch.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.ScaleRange.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Wheel.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Zoom.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.ZoomContext.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variantAndExtension - Variable in class org.pepstock.charba.client.intl.CLocale
-
- variantAndExtension - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
-
- VerticalLine - Class in org.pepstock.charba.client.colors.tiles
-
LINE (vertically) drawer to design a line (vertically) in the tile.
It designs a line (vertically) in the the following tile sections (A and B):
- VerticalLine() - Constructor for class org.pepstock.charba.client.colors.tiles.VerticalLine
-
- VerticalLineChart - Class in org.pepstock.charba.client
-
Vertical LINE chart implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
- VerticalLineChart() - Constructor for class org.pepstock.charba.client.VerticalLineChart
-
Builds the object.
- VerticalLineChart(Type) - Constructor for class org.pepstock.charba.client.VerticalLineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart.
- VerticalLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
Vertical LINE chart GWT WIDGET implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
- VerticalLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
-
Builds the object.
- VerticalLineChartWidget(VerticalLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart.
- VerticalLineDataset - Class in org.pepstock.charba.client.data
-
The vertical line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on.
- VerticalLineDataset() - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates a data set.
It uses the global options has default.
- VerticalLineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates a data set.
It uses the global options has default.
- VerticalLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using a default.
- VerticalLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using a default.
- VerticalLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using chart type related to the data set.
- VerticalLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using a default and chart type related to the data set.
- VerticalLineOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for vertical LINE chart.
- VerticalLineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.VerticalLineOptions
-
Builds the object storing the chart instance and default values.
- VerticalZigZag - Class in org.pepstock.charba.client.colors.tiles
-
ZIGZAG (vertically) drawer to design a zigzag line (vertically) in the tile.
It designs a zigzag line (vertically) in the the following tile sections (A and B):
- VerticalZigZag() - Constructor for class org.pepstock.charba.client.colors.tiles.VerticalZigZag
-
- visibleCollection - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
-